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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=20",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 21,
    "results": [
        {
            "start": 817911869,
            "stop": 817915187
        },
        {
            "start": 817938432,
            "stop": 817940291
        },
        {
            "start": 817941908,
            "stop": 817943229
        },
        {
            "start": 817943607,
            "stop": 817943837
        },
        {
            "start": 817944849,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817978571
        },
        {
            "start": 817978573,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006473
        },
        {
            "start": 818006476,
            "stop": 818006477
        },
        {
            "start": 818006754,
            "stop": 818012044
        },
        {
            "start": 818030252,
            "stop": 818034090
        },
        {
            "start": 818035322,
            "stop": 818037013
        },
        {
            "start": 818037019,
            "stop": 818037020
        },
        {
            "start": 818037193,
            "stop": 818059265
        },
        {
            "start": 818060899,
            "stop": 818068193
        },
        {
            "start": 818069157,
            "stop": 818073843
        },
        {
            "start": 818073844,
            "stop": 818077182
        },
        {
            "start": 818077748,
            "stop": 818093514
        },
        {
            "start": 818094671,
            "stop": 818096053
        },
        {
            "start": 818097973,
            "stop": 818098573
        }
    ]
}