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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3731",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3729",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3730,
    "results": [
        {
            "start": 971027069,
            "stop": 971027116
        },
        {
            "start": 971027356,
            "stop": 971027389
        },
        {
            "start": 971027392,
            "stop": 971027464
        },
        {
            "start": 971027467,
            "stop": 971027529
        },
        {
            "start": 971027530,
            "stop": 971027536
        },
        {
            "start": 971027716,
            "stop": 971027885
        },
        {
            "start": 971027888,
            "stop": 971027932
        },
        {
            "start": 971027935,
            "stop": 971027956
        },
        {
            "start": 971028196,
            "stop": 971028303
        },
        {
            "start": 971028306,
            "stop": 971028353
        },
        {
            "start": 971028364,
            "stop": 971028407
        },
        {
            "start": 971028418,
            "stop": 971028463
        },
        {
            "start": 971028466,
            "stop": 971028519
        },
        {
            "start": 971028522,
            "stop": 971028607
        },
        {
            "start": 971028610,
            "stop": 971028763
        },
        {
            "start": 971028766,
            "stop": 971028770
        },
        {
            "start": 971028773,
            "stop": 971028846
        },
        {
            "start": 971028849,
            "stop": 971028877
        },
        {
            "start": 971028880,
            "stop": 971028922
        },
        {
            "start": 971028935,
            "stop": 971028941
        }
    ]
}