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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=755",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 756,
    "results": [
        {
            "start": 874857985,
            "stop": 874858866
        },
        {
            "start": 874859660,
            "stop": 874862828
        },
        {
            "start": 874862842,
            "stop": 874864532
        },
        {
            "start": 874864932,
            "stop": 874864969
        },
        {
            "start": 874865289,
            "stop": 874867078
        },
        {
            "start": 874876031,
            "stop": 874878322
        },
        {
            "start": 874879206,
            "stop": 874901670
        },
        {
            "start": 874904138,
            "stop": 874925341
        },
        {
            "start": 874925360,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949278
        },
        {
            "start": 874949598,
            "stop": 874949723
        },
        {
            "start": 874950603,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952420
        },
        {
            "start": 874954192,
            "stop": 874959030
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977270
        },
        {
            "start": 874977360,
            "stop": 874977366
        },
        {
            "start": 874979015,
            "stop": 874979353
        },
        {
            "start": 874981224,
            "stop": 874985573
        }
    ]
}