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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=27",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 28,
    "results": [
        {
            "start": 818729215,
            "stop": 818734496
        },
        {
            "start": 818736085,
            "stop": 818768742
        },
        {
            "start": 818769709,
            "stop": 818793477
        },
        {
            "start": 818795057,
            "stop": 818800574
        },
        {
            "start": 818800974,
            "stop": 818805527
        },
        {
            "start": 818805847,
            "stop": 818807910
        },
        {
            "start": 818809361,
            "stop": 818812568
        },
        {
            "start": 818813200,
            "stop": 818813404
        },
        {
            "start": 818814010,
            "stop": 818814756
        },
        {
            "start": 818815302,
            "stop": 818816832
        },
        {
            "start": 818817338,
            "stop": 818831461
        },
        {
            "start": 818832807,
            "stop": 818860239
        },
        {
            "start": 818861068,
            "stop": 818861135
        },
        {
            "start": 818861535,
            "stop": 818878202
        },
        {
            "start": 818879607,
            "stop": 818885134
        },
        {
            "start": 818885716,
            "stop": 818888211
        },
        {
            "start": 818888611,
            "stop": 818893775
        },
        {
            "start": 818894300,
            "stop": 818917613
        },
        {
            "start": 818918167,
            "stop": 818918177
        },
        {
            "start": 818918779,
            "stop": 818945592
        }
    ]
}