Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40975
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40974",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40975,
    "results": [
        {
            "start": 875134655,
            "stop": 875134663
        },
        {
            "start": 875134664,
            "stop": 875134718
        },
        {
            "start": 875134720,
            "stop": 875134773
        },
        {
            "start": 875134774,
            "stop": 875134781
        },
        {
            "start": 875134783,
            "stop": 875134795
        },
        {
            "start": 875134797,
            "stop": 875134854
        },
        {
            "start": 875134855,
            "stop": 875134861
        },
        {
            "start": 875134863,
            "stop": 875134900
        },
        {
            "start": 875134901,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135102
        },
        {
            "start": 875135103,
            "stop": 875135140
        },
        {
            "start": 875135141,
            "stop": 875135253
        },
        {
            "start": 875135254,
            "stop": 875135265
        },
        {
            "start": 875135266,
            "stop": 875135270
        },
        {
            "start": 875135272,
            "stop": 875135276
        },
        {
            "start": 875135277,
            "stop": 875135307
        },
        {
            "start": 875135308,
            "stop": 875135344
        },
        {
            "start": 875135346,
            "stop": 875135356
        },
        {
            "start": 875135358,
            "stop": 875135464
        },
        {
            "start": 875135465,
            "stop": 875135466
        }
    ]
}