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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=133",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 134,
    "results": [
        {
            "start": 829703442,
            "stop": 829703470
        },
        {
            "start": 829703473,
            "stop": 829703514
        },
        {
            "start": 829703517,
            "stop": 829703627
        },
        {
            "start": 829703632,
            "stop": 829703780
        },
        {
            "start": 829703789,
            "stop": 829704750
        },
        {
            "start": 829704754,
            "stop": 829704765
        },
        {
            "start": 829704774,
            "stop": 829704800
        },
        {
            "start": 829704804,
            "stop": 829704859
        },
        {
            "start": 829704863,
            "stop": 829704880
        },
        {
            "start": 829704883,
            "stop": 829704973
        },
        {
            "start": 829704977,
            "stop": 829705018
        },
        {
            "start": 829705026,
            "stop": 829705116
        },
        {
            "start": 829705124,
            "stop": 829705130
        },
        {
            "start": 829705134,
            "stop": 829705174
        },
        {
            "start": 829705188,
            "stop": 829705194
        },
        {
            "start": 829705198,
            "stop": 829705254
        },
        {
            "start": 829705258,
            "stop": 829705273
        },
        {
            "start": 829705277,
            "stop": 829705298
        },
        {
            "start": 829705306,
            "stop": 829705375
        },
        {
            "start": 829705379,
            "stop": 829705414
        }
    ]
}