Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=338
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=337",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 338,
    "results": [
        {
            "start": 823517554,
            "stop": 823519490
        },
        {
            "start": 823519570,
            "stop": 823522014
        },
        {
            "start": 823522018,
            "stop": 823525550
        },
        {
            "start": 823525690,
            "stop": 823526267
        },
        {
            "start": 823526271,
            "stop": 823527410
        },
        {
            "start": 823527490,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823603910
        },
        {
            "start": 823603990,
            "stop": 823607570
        },
        {
            "start": 823607710,
            "stop": 823607810
        },
        {
            "start": 823607890,
            "stop": 823610510
        },
        {
            "start": 823610590,
            "stop": 823612296
        },
        {
            "start": 823612300,
            "stop": 823612970
        },
        {
            "start": 823613050,
            "stop": 823613833
        },
        {
            "start": 823613990,
            "stop": 823615153
        },
        {
            "start": 823615186,
            "stop": 823615187
        },
        {
            "start": 823616805,
            "stop": 823617733
        },
        {
            "start": 823698641,
            "stop": 823700205
        },
        {
            "start": 823700209,
            "stop": 823705926
        },
        {
            "start": 823705930,
            "stop": 823706930
        },
        {
            "start": 823707010,
            "stop": 823711817
        }
    ]
}