Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=316
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=315",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 316,
    "results": [
        {
            "start": 933843733,
            "stop": 933843762
        },
        {
            "start": 933843766,
            "stop": 933843780
        },
        {
            "start": 933843783,
            "stop": 933843788
        },
        {
            "start": 933843790,
            "stop": 933843813
        },
        {
            "start": 933843815,
            "stop": 933843829
        },
        {
            "start": 933843834,
            "stop": 933844069
        },
        {
            "start": 933844620,
            "stop": 933847365
        },
        {
            "start": 933847367,
            "stop": 933847380
        },
        {
            "start": 933847383,
            "stop": 933847407
        },
        {
            "start": 933847410,
            "stop": 933847413
        },
        {
            "start": 933847416,
            "stop": 933847422
        },
        {
            "start": 933847424,
            "stop": 933847429
        },
        {
            "start": 933847433,
            "stop": 933850956
        },
        {
            "start": 933850959,
            "stop": 933850964
        },
        {
            "start": 933850968,
            "stop": 933850978
        },
        {
            "start": 933850980,
            "stop": 933850982
        },
        {
            "start": 933850984,
            "stop": 933850990
        },
        {
            "start": 933850992,
            "stop": 933851016
        },
        {
            "start": 933851018,
            "stop": 933851032
        },
        {
            "start": 933851037,
            "stop": 933851228
        }
    ]
}