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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=349",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 350,
    "results": [
        {
            "start": 821294520,
            "stop": 821294522
        },
        {
            "start": 821294541,
            "stop": 821294563
        },
        {
            "start": 821294582,
            "stop": 821294773
        },
        {
            "start": 821294792,
            "stop": 821294800
        },
        {
            "start": 821294819,
            "stop": 821294820
        },
        {
            "start": 821294839,
            "stop": 821295007
        },
        {
            "start": 821295026,
            "stop": 821295122
        },
        {
            "start": 821295141,
            "stop": 821295188
        },
        {
            "start": 821295207,
            "stop": 821295220
        },
        {
            "start": 821295239,
            "stop": 821295332
        },
        {
            "start": 821295351,
            "stop": 821295591
        },
        {
            "start": 821295610,
            "stop": 821295635
        },
        {
            "start": 821295654,
            "stop": 821296112
        },
        {
            "start": 821296131,
            "stop": 821296247
        },
        {
            "start": 821296266,
            "stop": 821296321
        },
        {
            "start": 821296441,
            "stop": 821297230
        },
        {
            "start": 821297249,
            "stop": 821297303
        },
        {
            "start": 821297322,
            "stop": 821297559
        },
        {
            "start": 821297578,
            "stop": 821297705
        },
        {
            "start": 821297724,
            "stop": 821298701
        }
    ]
}