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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=48",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 49,
    "results": [
        {
            "start": 820972066,
            "stop": 820976970
        },
        {
            "start": 820976972,
            "stop": 821000873
        },
        {
            "start": 821000875,
            "stop": 821000877
        },
        {
            "start": 821001966,
            "stop": 821008400
        },
        {
            "start": 821009056,
            "stop": 821009832
        },
        {
            "start": 821012455,
            "stop": 821019801
        },
        {
            "start": 821022271,
            "stop": 821022639
        },
        {
            "start": 821022641,
            "stop": 821022653
        },
        {
            "start": 821022656,
            "stop": 821022835
        },
        {
            "start": 821022953,
            "stop": 821023175
        },
        {
            "start": 821023979,
            "stop": 821024371
        },
        {
            "start": 821024373,
            "stop": 821024463
        },
        {
            "start": 821038610,
            "stop": 821039102
        },
        {
            "start": 821045193,
            "stop": 821045209
        },
        {
            "start": 821046394,
            "stop": 821047947
        },
        {
            "start": 821047949,
            "stop": 821050368
        },
        {
            "start": 821050371,
            "stop": 821050405
        },
        {
            "start": 821050407,
            "stop": 821050413
        },
        {
            "start": 821050417,
            "stop": 821050457
        },
        {
            "start": 821050458,
            "stop": 821050487
        }
    ]
}