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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=196",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 197,
    "results": [
        {
            "start": 839054211,
            "stop": 839061721
        },
        {
            "start": 839061730,
            "stop": 839061745
        },
        {
            "start": 839061749,
            "stop": 839061760
        },
        {
            "start": 839061769,
            "stop": 839061904
        },
        {
            "start": 839061908,
            "stop": 839061918
        },
        {
            "start": 839061922,
            "stop": 839062581
        },
        {
            "start": 839062585,
            "stop": 839065056
        },
        {
            "start": 839066112,
            "stop": 839084382
        },
        {
            "start": 839100677,
            "stop": 839101523
        },
        {
            "start": 839101653,
            "stop": 839102667
        },
        {
            "start": 839102671,
            "stop": 839102722
        },
        {
            "start": 839102731,
            "stop": 839102738
        },
        {
            "start": 839102785,
            "stop": 839102791
        },
        {
            "start": 839102795,
            "stop": 839102801
        },
        {
            "start": 839102810,
            "stop": 839102820
        },
        {
            "start": 839103079,
            "stop": 839103204
        },
        {
            "start": 839103383,
            "stop": 839108761
        },
        {
            "start": 839108811,
            "stop": 839121414
        },
        {
            "start": 839123462,
            "stop": 839124853
        },
        {
            "start": 839126684,
            "stop": 839127715
        }
    ]
}