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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=35",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 36,
    "results": [
        {
            "start": 818306880,
            "stop": 818306940
        },
        {
            "start": 818307224,
            "stop": 818307404
        },
        {
            "start": 818307602,
            "stop": 818307662
        },
        {
            "start": 818308278,
            "stop": 818308338
        },
        {
            "start": 818308618,
            "stop": 818308678
        },
        {
            "start": 818309536,
            "stop": 818309596
        },
        {
            "start": 818309891,
            "stop": 818310371
        },
        {
            "start": 818310673,
            "stop": 818310793
        },
        {
            "start": 818311657,
            "stop": 818311777
        },
        {
            "start": 818325537,
            "stop": 818326077
        },
        {
            "start": 818326208,
            "stop": 818326268
        },
        {
            "start": 818333655,
            "stop": 818333835
        },
        {
            "start": 818340767,
            "stop": 818341247
        },
        {
            "start": 818341415,
            "stop": 818341475
        },
        {
            "start": 818345211,
            "stop": 818345391
        },
        {
            "start": 818345835,
            "stop": 818345895
        },
        {
            "start": 818346349,
            "stop": 818346589
        },
        {
            "start": 818362471,
            "stop": 818362591
        },
        {
            "start": 818363803,
            "stop": 818364103
        },
        {
            "start": 818364840,
            "stop": 818364960
        }
    ]
}