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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=121",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 122,
    "results": [
        {
            "start": 826411648,
            "stop": 826411749
        },
        {
            "start": 826411750,
            "stop": 826412616
        },
        {
            "start": 826418093,
            "stop": 826429774
        },
        {
            "start": 826430695,
            "stop": 826436489
        },
        {
            "start": 826436491,
            "stop": 826436982
        },
        {
            "start": 826439304,
            "stop": 826439611
        },
        {
            "start": 826439613,
            "stop": 826455349
        },
        {
            "start": 826455351,
            "stop": 826457724
        },
        {
            "start": 826457727,
            "stop": 826457787
        },
        {
            "start": 826457789,
            "stop": 826457981
        },
        {
            "start": 826457983,
            "stop": 826458034
        },
        {
            "start": 826458036,
            "stop": 826458038
        },
        {
            "start": 826458041,
            "stop": 826458042
        },
        {
            "start": 826458045,
            "stop": 826458046
        },
        {
            "start": 826458048,
            "stop": 826458066
        },
        {
            "start": 826459111,
            "stop": 826463285
        },
        {
            "start": 826465172,
            "stop": 826465531
        },
        {
            "start": 826465534,
            "stop": 826465558
        },
        {
            "start": 826465560,
            "stop": 826465586
        },
        {
            "start": 826465793,
            "stop": 826469418
        }
    ]
}