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=4587
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=4588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4586",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4587,
    "results": [
        {
            "start": 874026180,
            "stop": 874026240
        },
        {
            "start": 874026480,
            "stop": 874026540
        },
        {
            "start": 874026600,
            "stop": 874026660
        },
        {
            "start": 874026720,
            "stop": 874026840
        },
        {
            "start": 874026900,
            "stop": 874026960
        },
        {
            "start": 874027080,
            "stop": 874027380
        },
        {
            "start": 874027440,
            "stop": 874027935
        },
        {
            "start": 874027954,
            "stop": 874027980
        },
        {
            "start": 874028100,
            "stop": 874028400
        },
        {
            "start": 874028460,
            "stop": 874028681
        },
        {
            "start": 874028700,
            "stop": 874029276
        },
        {
            "start": 874029295,
            "stop": 874029351
        },
        {
            "start": 874029370,
            "stop": 874029402
        },
        {
            "start": 874029421,
            "stop": 874029456
        },
        {
            "start": 874029576,
            "stop": 874030315
        },
        {
            "start": 874030334,
            "stop": 874030422
        },
        {
            "start": 874030542,
            "stop": 874030600
        },
        {
            "start": 874030619,
            "stop": 874031711
        },
        {
            "start": 874031731,
            "stop": 874032127
        },
        {
            "start": 874032146,
            "stop": 874033165
        }
    ]
}