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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=410",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 411,
    "results": [
        {
            "start": 847792567,
            "stop": 847792618
        },
        {
            "start": 847792619,
            "stop": 847792772
        },
        {
            "start": 847792773,
            "stop": 847792821
        },
        {
            "start": 847792822,
            "stop": 847792841
        },
        {
            "start": 847792842,
            "stop": 847792899
        },
        {
            "start": 847792900,
            "stop": 847792902
        },
        {
            "start": 847792903,
            "stop": 847792987
        },
        {
            "start": 847792988,
            "stop": 847792999
        },
        {
            "start": 847793000,
            "stop": 847793001
        },
        {
            "start": 847793003,
            "stop": 847793028
        },
        {
            "start": 847793030,
            "stop": 847793031
        },
        {
            "start": 847793033,
            "stop": 847793087
        },
        {
            "start": 847793088,
            "stop": 847793109
        },
        {
            "start": 847793110,
            "stop": 847793129
        },
        {
            "start": 847793130,
            "stop": 847793285
        },
        {
            "start": 847793287,
            "stop": 847793373
        },
        {
            "start": 847793376,
            "stop": 847793382
        },
        {
            "start": 847793383,
            "stop": 847793385
        },
        {
            "start": 847793386,
            "stop": 847793416
        },
        {
            "start": 847793418,
            "stop": 847793640
        }
    ]
}