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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=172",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 173,
    "results": [
        {
            "start": 820257688,
            "stop": 820257775
        },
        {
            "start": 820257778,
            "stop": 820258083
        },
        {
            "start": 820258086,
            "stop": 820258108
        },
        {
            "start": 820258112,
            "stop": 820258395
        },
        {
            "start": 820258398,
            "stop": 820258676
        },
        {
            "start": 820258680,
            "stop": 820258938
        },
        {
            "start": 820258942,
            "stop": 820259726
        },
        {
            "start": 820259730,
            "stop": 820260021
        },
        {
            "start": 820260024,
            "stop": 820260802
        },
        {
            "start": 820260805,
            "stop": 820261032
        },
        {
            "start": 820261036,
            "stop": 820261226
        },
        {
            "start": 820261229,
            "stop": 820261531
        },
        {
            "start": 820261535,
            "stop": 820261731
        },
        {
            "start": 820261735,
            "stop": 820262740
        },
        {
            "start": 820262743,
            "stop": 820262795
        },
        {
            "start": 820262798,
            "stop": 820263206
        },
        {
            "start": 820263209,
            "stop": 820263270
        },
        {
            "start": 820263273,
            "stop": 820264410
        },
        {
            "start": 820264413,
            "stop": 820264471
        },
        {
            "start": 820264474,
            "stop": 820264546
        }
    ]
}