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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=94",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 95,
    "results": [
        {
            "start": 816653658,
            "stop": 816653701
        },
        {
            "start": 816653708,
            "stop": 816653888
        },
        {
            "start": 816653893,
            "stop": 816653894
        },
        {
            "start": 816653906,
            "stop": 816653945
        },
        {
            "start": 816653950,
            "stop": 816654293
        },
        {
            "start": 816654297,
            "stop": 816654301
        },
        {
            "start": 816654306,
            "stop": 816654309
        },
        {
            "start": 816654312,
            "stop": 816654622
        },
        {
            "start": 816654626,
            "stop": 816654683
        },
        {
            "start": 816654686,
            "stop": 816654940
        },
        {
            "start": 816654945,
            "stop": 816654963
        },
        {
            "start": 816654970,
            "stop": 816654971
        },
        {
            "start": 816656274,
            "stop": 816656280
        },
        {
            "start": 816656295,
            "stop": 816656296
        },
        {
            "start": 816656299,
            "stop": 816656341
        },
        {
            "start": 816656350,
            "stop": 816656351
        },
        {
            "start": 816656373,
            "stop": 816656406
        },
        {
            "start": 816656411,
            "stop": 816656413
        },
        {
            "start": 816656417,
            "stop": 816656420
        },
        {
            "start": 816656424,
            "stop": 816656426
        }
    ]
}