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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=336",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 337,
    "results": [
        {
            "start": 857654635,
            "stop": 857655352
        },
        {
            "start": 857655361,
            "stop": 857655400
        },
        {
            "start": 857655419,
            "stop": 857655447
        },
        {
            "start": 857655461,
            "stop": 857655467
        },
        {
            "start": 857655475,
            "stop": 857655924
        },
        {
            "start": 857655928,
            "stop": 857656799
        },
        {
            "start": 857656803,
            "stop": 857657433
        },
        {
            "start": 857657437,
            "stop": 857657442
        },
        {
            "start": 857657446,
            "stop": 857660520
        },
        {
            "start": 857660524,
            "stop": 857661390
        },
        {
            "start": 857661394,
            "stop": 857661409
        },
        {
            "start": 857661418,
            "stop": 857662329
        },
        {
            "start": 857662333,
            "stop": 857662594
        },
        {
            "start": 857662598,
            "stop": 857664028
        },
        {
            "start": 857664032,
            "stop": 857665230
        },
        {
            "start": 857665235,
            "stop": 857666572
        },
        {
            "start": 857666576,
            "stop": 857666587
        },
        {
            "start": 857666591,
            "stop": 857667657
        },
        {
            "start": 857667662,
            "stop": 857667878
        },
        {
            "start": 857669640,
            "stop": 857670526
        }
    ]
}