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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4875",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4876,
    "results": [
        {
            "start": 874215861,
            "stop": 874216014
        },
        {
            "start": 874216034,
            "stop": 874216065
        },
        {
            "start": 874216084,
            "stop": 874216102
        },
        {
            "start": 874216121,
            "stop": 874216170
        },
        {
            "start": 874216189,
            "stop": 874216195
        },
        {
            "start": 874216215,
            "stop": 874216271
        },
        {
            "start": 874216290,
            "stop": 874216367
        },
        {
            "start": 874216389,
            "stop": 874216405
        },
        {
            "start": 874216439,
            "stop": 874216497
        },
        {
            "start": 874216516,
            "stop": 874216687
        },
        {
            "start": 874216706,
            "stop": 874216779
        },
        {
            "start": 874216798,
            "stop": 874216864
        },
        {
            "start": 874216883,
            "stop": 874216895
        },
        {
            "start": 874216914,
            "stop": 874217076
        },
        {
            "start": 874217099,
            "stop": 874217131
        },
        {
            "start": 874217150,
            "stop": 874217258
        },
        {
            "start": 874217277,
            "stop": 874217335
        },
        {
            "start": 874217354,
            "stop": 874217395
        },
        {
            "start": 874217428,
            "stop": 874217458
        },
        {
            "start": 874217477,
            "stop": 874217481
        }
    ]
}