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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=270",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 271,
    "results": [
        {
            "start": 850061845,
            "stop": 850061895
        },
        {
            "start": 850061904,
            "stop": 850061910
        },
        {
            "start": 850061928,
            "stop": 850061934
        },
        {
            "start": 850061943,
            "stop": 850061963
        },
        {
            "start": 850061972,
            "stop": 850061978
        },
        {
            "start": 850061987,
            "stop": 850062051
        },
        {
            "start": 850062069,
            "stop": 850062085
        },
        {
            "start": 850062088,
            "stop": 850062099
        },
        {
            "start": 850062103,
            "stop": 850062113
        },
        {
            "start": 850062127,
            "stop": 850062148
        },
        {
            "start": 850062152,
            "stop": 850062300
        },
        {
            "start": 850062303,
            "stop": 850062319
        },
        {
            "start": 850062327,
            "stop": 850062343
        },
        {
            "start": 850062351,
            "stop": 850062357
        },
        {
            "start": 850062361,
            "stop": 850062415
        },
        {
            "start": 850062419,
            "stop": 850062430
        },
        {
            "start": 850062434,
            "stop": 850062455
        },
        {
            "start": 850062458,
            "stop": 850062473
        },
        {
            "start": 850062478,
            "stop": 850062493
        },
        {
            "start": 850062496,
            "stop": 850062523
        }
    ]
}