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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=56",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 57,
    "results": [
        {
            "start": 821479185,
            "stop": 821479239
        },
        {
            "start": 821479241,
            "stop": 821479315
        },
        {
            "start": 821482252,
            "stop": 821487740
        },
        {
            "start": 821487743,
            "stop": 821502884
        },
        {
            "start": 821502885,
            "stop": 821516423
        },
        {
            "start": 821516425,
            "stop": 821519085
        },
        {
            "start": 821519087,
            "stop": 821519141
        },
        {
            "start": 821519143,
            "stop": 821519247
        },
        {
            "start": 821519248,
            "stop": 821519331
        },
        {
            "start": 821519333,
            "stop": 821519346
        },
        {
            "start": 821663152,
            "stop": 821663457
        },
        {
            "start": 821663557,
            "stop": 821663716
        },
        {
            "start": 821663719,
            "stop": 821664942
        },
        {
            "start": 821668429,
            "stop": 821668757
        },
        {
            "start": 821668759,
            "stop": 821669790
        },
        {
            "start": 821669792,
            "stop": 821670102
        },
        {
            "start": 821670845,
            "stop": 821670876
        },
        {
            "start": 821671030,
            "stop": 821671288
        },
        {
            "start": 821671312,
            "stop": 821671330
        },
        {
            "start": 821672824,
            "stop": 821673407
        }
    ]
}