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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7291",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7292,
    "results": [
        {
            "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
        },
        {
            "start": 875052981,
            "stop": 875053678
        },
        {
            "start": 875053679,
            "stop": 875053939
        },
        {
            "start": 875053940,
            "stop": 875054033
        },
        {
            "start": 875054034,
            "stop": 875054063
        },
        {
            "start": 875054064,
            "stop": 875054100
        },
        {
            "start": 875054102,
            "stop": 875054317
        },
        {
            "start": 875054318,
            "stop": 875054414
        },
        {
            "start": 875054416,
            "stop": 875054671
        },
        {
            "start": 875054672,
            "stop": 875054889
        },
        {
            "start": 875054890,
            "stop": 875054965
        }
    ]
}