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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3776",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3777,
    "results": [
        {
            "start": 873128778,
            "stop": 873128782
        },
        {
            "start": 873128785,
            "stop": 873128787
        },
        {
            "start": 873128789,
            "stop": 873128790
        },
        {
            "start": 873128791,
            "stop": 873128795
        },
        {
            "start": 873128797,
            "stop": 873128801
        },
        {
            "start": 873128803,
            "stop": 873128811
        },
        {
            "start": 873128812,
            "stop": 873128814
        },
        {
            "start": 873128815,
            "stop": 873128820
        },
        {
            "start": 873128821,
            "stop": 873128822
        },
        {
            "start": 873128823,
            "stop": 873128880
        },
        {
            "start": 873128881,
            "stop": 873128949
        },
        {
            "start": 873128950,
            "stop": 873128954
        },
        {
            "start": 873128957,
            "stop": 873128963
        },
        {
            "start": 873128964,
            "stop": 873128989
        },
        {
            "start": 873128990,
            "stop": 873129010
        },
        {
            "start": 873129012,
            "stop": 873129052
        },
        {
            "start": 873129053,
            "stop": 873129094
        },
        {
            "start": 873129095,
            "stop": 873129116
        },
        {
            "start": 873129117,
            "stop": 873129367
        },
        {
            "start": 873129368,
            "stop": 873129370
        }
    ]
}