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/L1_BURST_CAT2/segments?format=api&page=1579
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1580",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1578",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1579,
    "results": [
        {
            "start": 952726983,
            "stop": 952727773
        },
        {
            "start": 952727775,
            "stop": 952729507
        },
        {
            "start": 952730192,
            "stop": 952730225
        },
        {
            "start": 952730227,
            "stop": 952731175
        },
        {
            "start": 952731177,
            "stop": 952731460
        },
        {
            "start": 952731462,
            "stop": 952734709
        },
        {
            "start": 952734710,
            "stop": 952734769
        },
        {
            "start": 952734771,
            "stop": 952734920
        },
        {
            "start": 952734922,
            "stop": 952736611
        },
        {
            "start": 952736613,
            "stop": 952736851
        },
        {
            "start": 952736853,
            "stop": 952740197
        },
        {
            "start": 952740200,
            "stop": 952742512
        },
        {
            "start": 952759251,
            "stop": 952759460
        },
        {
            "start": 952759462,
            "stop": 952760789
        },
        {
            "start": 952760791,
            "stop": 952764562
        },
        {
            "start": 952764564,
            "stop": 952765402
        },
        {
            "start": 952765404,
            "stop": 952766161
        },
        {
            "start": 952766163,
            "stop": 952767736
        },
        {
            "start": 952767887,
            "stop": 952767906
        },
        {
            "start": 952774375,
            "stop": 952774431
        }
    ]
}