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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=30",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 31,
    "results": [
        {
            "start": 817863553,
            "stop": 817863613
        },
        {
            "start": 817863806,
            "stop": 817864016
        },
        {
            "start": 817864884,
            "stop": 817865214
        },
        {
            "start": 817865554,
            "stop": 817865614
        },
        {
            "start": 817866198,
            "stop": 817866378
        },
        {
            "start": 817866525,
            "stop": 817866705
        },
        {
            "start": 817866877,
            "stop": 817867297
        },
        {
            "start": 817867584,
            "stop": 817867704
        },
        {
            "start": 817867876,
            "stop": 817867936
        },
        {
            "start": 817869148,
            "stop": 817869208
        },
        {
            "start": 817870255,
            "stop": 817870315
        },
        {
            "start": 817873309,
            "stop": 817873369
        },
        {
            "start": 817875477,
            "stop": 817875537
        },
        {
            "start": 817875702,
            "stop": 817875762
        },
        {
            "start": 817876076,
            "stop": 817876196
        },
        {
            "start": 817876524,
            "stop": 817876584
        },
        {
            "start": 817876764,
            "stop": 817876944
        },
        {
            "start": 817877115,
            "stop": 817877295
        },
        {
            "start": 817877584,
            "stop": 817877824
        },
        {
            "start": 817878095,
            "stop": 817878155
        }
    ]
}