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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=237",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 238,
    "results": [
        {
            "start": 933775455,
            "stop": 933776703
        },
        {
            "start": 933777613,
            "stop": 933778581
        },
        {
            "start": 933778599,
            "stop": 933778815
        },
        {
            "start": 933779055,
            "stop": 933781147
        },
        {
            "start": 933781152,
            "stop": 933782415
        },
        {
            "start": 933782655,
            "stop": 933783870
        },
        {
            "start": 933783872,
            "stop": 933785398
        },
        {
            "start": 933785400,
            "stop": 933785876
        },
        {
            "start": 933785878,
            "stop": 933786015
        },
        {
            "start": 933786255,
            "stop": 933789615
        },
        {
            "start": 933789855,
            "stop": 933789914
        },
        {
            "start": 933789917,
            "stop": 933791362
        },
        {
            "start": 933791367,
            "stop": 933791455
        },
        {
            "start": 933791474,
            "stop": 933793215
        },
        {
            "start": 933793455,
            "stop": 933795293
        },
        {
            "start": 933795295,
            "stop": 933796570
        },
        {
            "start": 933796573,
            "stop": 933796646
        },
        {
            "start": 933798794,
            "stop": 933799131
        },
        {
            "start": 933799150,
            "stop": 933800415
        },
        {
            "start": 933800655,
            "stop": 933804015
        }
    ]
}