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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4012",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4013,
    "results": [
        {
            "start": 874940716,
            "stop": 874940717
        },
        {
            "start": 874940718,
            "stop": 874940726
        },
        {
            "start": 874940727,
            "stop": 874940728
        },
        {
            "start": 874940730,
            "stop": 874940732
        },
        {
            "start": 874940733,
            "stop": 874940736
        },
        {
            "start": 874940737,
            "stop": 874940739
        },
        {
            "start": 874940740,
            "stop": 874940772
        },
        {
            "start": 874940773,
            "stop": 874940784
        },
        {
            "start": 874940785,
            "stop": 874940790
        },
        {
            "start": 874940791,
            "stop": 874940814
        },
        {
            "start": 874940815,
            "stop": 874940824
        },
        {
            "start": 874940825,
            "stop": 874940848
        },
        {
            "start": 874940849,
            "stop": 874940859
        },
        {
            "start": 874940860,
            "stop": 874940866
        },
        {
            "start": 874940868,
            "stop": 874940897
        },
        {
            "start": 874940898,
            "stop": 874940989
        },
        {
            "start": 874940990,
            "stop": 874941906
        },
        {
            "start": 874942051,
            "stop": 874944870
        },
        {
            "start": 874944871,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874947039
        }
    ]
}