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=4846
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=4847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4845",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4846,
    "results": [
        {
            "start": 874722536,
            "stop": 874722562
        },
        {
            "start": 874722582,
            "stop": 874722589
        },
        {
            "start": 874722627,
            "stop": 874722643
        },
        {
            "start": 874722662,
            "stop": 874722753
        },
        {
            "start": 874722776,
            "stop": 874722814
        },
        {
            "start": 874722834,
            "stop": 874722860
        },
        {
            "start": 874722879,
            "stop": 874722945
        },
        {
            "start": 874722964,
            "stop": 874723024
        },
        {
            "start": 874723044,
            "stop": 874723066
        },
        {
            "start": 874723085,
            "stop": 874723110
        },
        {
            "start": 874723129,
            "stop": 874723294
        },
        {
            "start": 874723317,
            "stop": 874723375
        },
        {
            "start": 874723400,
            "stop": 874723590
        },
        {
            "start": 874723609,
            "stop": 874723940
        },
        {
            "start": 874723959,
            "stop": 874723981
        },
        {
            "start": 874724000,
            "stop": 874724021
        },
        {
            "start": 874724040,
            "stop": 874724155
        },
        {
            "start": 874724189,
            "stop": 874724220
        },
        {
            "start": 874724239,
            "stop": 874724319
        },
        {
            "start": 874724338,
            "stop": 874724400
        }
    ]
}