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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=379",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 380,
    "results": [
        {
            "start": 875052856,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875082789
        },
        {
            "start": 875083151,
            "stop": 875084552
        },
        {
            "start": 875091343,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875115881
        },
        {
            "start": 875116618,
            "stop": 875119314
        },
        {
            "start": 875119377,
            "stop": 875133974
        },
        {
            "start": 875137357,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875154842
        },
        {
            "start": 875180295,
            "stop": 875182701
        },
        {
            "start": 875193352,
            "stop": 875195575
        },
        {
            "start": 875196343,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875232014
        }
    ]
}