Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=40",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 41,
    "results": [
        {
            "start": 815870686,
            "stop": 815870976
        },
        {
            "start": 815871008,
            "stop": 815871586
        },
        {
            "start": 815871803,
            "stop": 815873371
        },
        {
            "start": 815873373,
            "stop": 815874434
        },
        {
            "start": 815874554,
            "stop": 815875574
        },
        {
            "start": 815875694,
            "stop": 815876596
        },
        {
            "start": 815876716,
            "stop": 815879799
        },
        {
            "start": 815879919,
            "stop": 815881529
        },
        {
            "start": 815881532,
            "stop": 815882688
        },
        {
            "start": 815882720,
            "stop": 815883569
        },
        {
            "start": 815883689,
            "stop": 815883691
        },
        {
            "start": 815883811,
            "stop": 815890590
        },
        {
            "start": 815890650,
            "stop": 815891899
        },
        {
            "start": 815891902,
            "stop": 815893336
        },
        {
            "start": 815893456,
            "stop": 815894296
        },
        {
            "start": 815894299,
            "stop": 815901061
        },
        {
            "start": 815901064,
            "stop": 815901943
        },
        {
            "start": 815902124,
            "stop": 815903044
        },
        {
            "start": 815903164,
            "stop": 815904677
        },
        {
            "start": 815904694,
            "stop": 815905168
        }
    ]
}