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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=321",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 322,
    "results": [
        {
            "start": 873319833,
            "stop": 873413455
        },
        {
            "start": 873417772,
            "stop": 873419414
        },
        {
            "start": 873419415,
            "stop": 873424724
        },
        {
            "start": 873431010,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489635
        },
        {
            "start": 873493535,
            "stop": 873507161
        },
        {
            "start": 873510910,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873582988
        },
        {
            "start": 873585762,
            "stop": 873618077
        },
        {
            "start": 873619307,
            "stop": 873631761
        },
        {
            "start": 873642417,
            "stop": 873645639
        },
        {
            "start": 873646946,
            "stop": 873648715
        },
        {
            "start": 873649912,
            "stop": 873651399
        },
        {
            "start": 873654681,
            "stop": 873657095
        },
        {
            "start": 873664706,
            "stop": 873665948
        },
        {
            "start": 873669669,
            "stop": 873669974
        },
        {
            "start": 873669978,
            "stop": 873670103
        },
        {
            "start": 873672340,
            "stop": 873677271
        }
    ]
}