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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=33",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 34,
    "results": [
        {
            "start": 817119119,
            "stop": 817119284
        },
        {
            "start": 817119287,
            "stop": 817119342
        },
        {
            "start": 817119344,
            "stop": 817119354
        },
        {
            "start": 817119355,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817119965
        },
        {
            "start": 817119967,
            "stop": 817120016
        },
        {
            "start": 817120018,
            "stop": 817120025
        },
        {
            "start": 817120026,
            "stop": 817120124
        },
        {
            "start": 817123028,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817124932
        },
        {
            "start": 817124935,
            "stop": 817125561
        },
        {
            "start": 817125563,
            "stop": 817125671
        },
        {
            "start": 817130229,
            "stop": 817141721
        },
        {
            "start": 817141725,
            "stop": 817142751
        },
        {
            "start": 817145310,
            "stop": 817147273
        },
        {
            "start": 817161030,
            "stop": 817163947
        },
        {
            "start": 817163949,
            "stop": 817163990
        },
        {
            "start": 817163991,
            "stop": 817164899
        },
        {
            "start": 817164901,
            "stop": 817166283
        },
        {
            "start": 817166285,
            "stop": 817167188
        }
    ]
}