Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6101",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6102,
    "results": [
        {
            "start": 874042897,
            "stop": 874042903
        },
        {
            "start": 874042906,
            "stop": 874042922
        },
        {
            "start": 874042925,
            "stop": 874042927
        },
        {
            "start": 874042930,
            "stop": 874042968
        },
        {
            "start": 874042972,
            "stop": 874042976
        },
        {
            "start": 874042979,
            "stop": 874042984
        },
        {
            "start": 874042987,
            "stop": 874043221
        },
        {
            "start": 874043222,
            "stop": 874043359
        },
        {
            "start": 874043362,
            "stop": 874043366
        },
        {
            "start": 874043369,
            "stop": 874043528
        },
        {
            "start": 874043531,
            "stop": 874043548
        },
        {
            "start": 874043551,
            "stop": 874043559
        },
        {
            "start": 874043562,
            "stop": 874043585
        },
        {
            "start": 874043588,
            "stop": 874043694
        },
        {
            "start": 874043708,
            "stop": 874043713
        },
        {
            "start": 874043716,
            "stop": 874043722
        },
        {
            "start": 874043723,
            "stop": 874043736
        },
        {
            "start": 874043739,
            "stop": 874043740
        },
        {
            "start": 874043743,
            "stop": 874043747
        },
        {
            "start": 874043750,
            "stop": 874043752
        }
    ]
}