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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6665",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6666,
    "results": [
        {
            "start": 875049223,
            "stop": 875049326
        },
        {
            "start": 875049327,
            "stop": 875049701
        },
        {
            "start": 875049702,
            "stop": 875049876
        },
        {
            "start": 875049878,
            "stop": 875050121
        },
        {
            "start": 875050122,
            "stop": 875050285
        },
        {
            "start": 875050286,
            "stop": 875050322
        },
        {
            "start": 875050324,
            "stop": 875050338
        },
        {
            "start": 875050339,
            "stop": 875050605
        },
        {
            "start": 875050606,
            "stop": 875050627
        },
        {
            "start": 875050629,
            "stop": 875050739
        },
        {
            "start": 875050741,
            "stop": 875050906
        },
        {
            "start": 875050907,
            "stop": 875051077
        },
        {
            "start": 875051078,
            "stop": 875051331
        },
        {
            "start": 875051332,
            "stop": 875051352
        },
        {
            "start": 875051353,
            "stop": 875051380
        },
        {
            "start": 875051381,
            "stop": 875052261
        },
        {
            "start": 875052263,
            "stop": 875052304
        },
        {
            "start": 875052305,
            "stop": 875052952
        },
        {
            "start": 875052953,
            "stop": 875052966
        },
        {
            "start": 875052967,
            "stop": 875052980
        }
    ]
}