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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=99",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 100,
    "results": [
        {
            "start": 824958804,
            "stop": 824958904
        },
        {
            "start": 824959112,
            "stop": 824960017
        },
        {
            "start": 824960020,
            "stop": 824960376
        },
        {
            "start": 824964928,
            "stop": 824965241
        },
        {
            "start": 824965243,
            "stop": 824965245
        },
        {
            "start": 824965247,
            "stop": 824965249
        },
        {
            "start": 824965250,
            "stop": 824965382
        },
        {
            "start": 824965383,
            "stop": 824965489
        },
        {
            "start": 824965491,
            "stop": 824965492
        },
        {
            "start": 824965494,
            "stop": 824965590
        },
        {
            "start": 824971956,
            "stop": 824971989
        },
        {
            "start": 824973360,
            "stop": 824973722
        },
        {
            "start": 824978113,
            "stop": 824980258
        },
        {
            "start": 824980260,
            "stop": 824981038
        },
        {
            "start": 824981040,
            "stop": 824983930
        },
        {
            "start": 824983932,
            "stop": 824984730
        },
        {
            "start": 824984732,
            "stop": 824987239
        },
        {
            "start": 824987241,
            "stop": 824988404
        },
        {
            "start": 824988406,
            "stop": 824988430
        },
        {
            "start": 824990807,
            "stop": 824991051
        }
    ]
}