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=577
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=578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=576",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 577,
    "results": [
        {
            "start": 838401469,
            "stop": 838406369
        },
        {
            "start": 838407080,
            "stop": 838410410
        },
        {
            "start": 838410415,
            "stop": 838410425
        },
        {
            "start": 838410438,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838413278
        },
        {
            "start": 838413286,
            "stop": 838415437
        },
        {
            "start": 838416294,
            "stop": 838419186
        },
        {
            "start": 838420230,
            "stop": 838469781
        },
        {
            "start": 838470541,
            "stop": 838479616
        },
        {
            "start": 838495211,
            "stop": 838503356
        },
        {
            "start": 838503361,
            "stop": 838503362
        },
        {
            "start": 838503367,
            "stop": 838504999
        },
        {
            "start": 838505004,
            "stop": 838568612
        },
        {
            "start": 838568620,
            "stop": 838569439
        },
        {
            "start": 838571275,
            "stop": 838578112
        },
        {
            "start": 838578120,
            "stop": 838578156
        },
        {
            "start": 838578164,
            "stop": 838578175
        },
        {
            "start": 838578184,
            "stop": 838583318
        },
        {
            "start": 838585954,
            "stop": 838592753
        },
        {
            "start": 838592764,
            "stop": 838592862
        }
    ]
}