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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2158",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2159,
    "results": [
        {
            "start": 869528414,
            "stop": 869535318
        },
        {
            "start": 869537422,
            "stop": 869540499
        },
        {
            "start": 869541031,
            "stop": 869541290
        },
        {
            "start": 869541400,
            "stop": 869541740
        },
        {
            "start": 869542227,
            "stop": 869544038
        },
        {
            "start": 869544113,
            "stop": 869557739
        },
        {
            "start": 869557742,
            "stop": 869572920
        },
        {
            "start": 869572985,
            "stop": 869579810
        },
        {
            "start": 869579818,
            "stop": 869579837
        },
        {
            "start": 869579843,
            "stop": 869580060
        },
        {
            "start": 869580120,
            "stop": 869581028
        },
        {
            "start": 869581033,
            "stop": 869583420
        },
        {
            "start": 869583995,
            "stop": 869584950
        },
        {
            "start": 869584955,
            "stop": 869588467
        },
        {
            "start": 869588470,
            "stop": 869588481
        },
        {
            "start": 869588484,
            "stop": 869588491
        },
        {
            "start": 869588494,
            "stop": 869590338
        },
        {
            "start": 869590341,
            "stop": 869595600
        },
        {
            "start": 869595605,
            "stop": 869596260
        },
        {
            "start": 869596320,
            "stop": 869598915
        }
    ]
}