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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=233",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 234,
    "results": [
        {
            "start": 827401156,
            "stop": 827401157
        },
        {
            "start": 827401159,
            "stop": 827401172
        },
        {
            "start": 827401174,
            "stop": 827401176
        },
        {
            "start": 827401182,
            "stop": 827401214
        },
        {
            "start": 827401216,
            "stop": 827401217
        },
        {
            "start": 827401225,
            "stop": 827401227
        },
        {
            "start": 827401233,
            "stop": 827401246
        },
        {
            "start": 827401251,
            "stop": 827401253
        },
        {
            "start": 827401258,
            "stop": 827401268
        },
        {
            "start": 827401271,
            "stop": 827401273
        },
        {
            "start": 827401280,
            "stop": 827401298
        },
        {
            "start": 827401300,
            "stop": 827401316
        },
        {
            "start": 827401318,
            "stop": 827401383
        },
        {
            "start": 827401386,
            "stop": 827401392
        },
        {
            "start": 827401394,
            "stop": 827401410
        },
        {
            "start": 827401412,
            "stop": 827401416
        },
        {
            "start": 827401419,
            "stop": 827401589
        },
        {
            "start": 827401592,
            "stop": 827401726
        },
        {
            "start": 827401728,
            "stop": 827401824
        },
        {
            "start": 827401827,
            "stop": 827401837
        }
    ]
}