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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=186",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 187,
    "results": [
        {
            "start": 839102731,
            "stop": 839102738
        },
        {
            "start": 839102785,
            "stop": 839102801
        },
        {
            "start": 839102810,
            "stop": 839102845
        },
        {
            "start": 839102849,
            "stop": 839102885
        },
        {
            "start": 839102893,
            "stop": 839102899
        },
        {
            "start": 839102916,
            "stop": 839102923
        },
        {
            "start": 839102931,
            "stop": 839102951
        },
        {
            "start": 839102955,
            "stop": 839102968
        },
        {
            "start": 839102980,
            "stop": 839102982
        },
        {
            "start": 839103001,
            "stop": 839103007
        },
        {
            "start": 839103034,
            "stop": 839103036
        },
        {
            "start": 839103054,
            "stop": 839103055
        },
        {
            "start": 839103118,
            "stop": 839103119
        },
        {
            "start": 839103966,
            "stop": 839127714
        },
        {
            "start": 839129014,
            "stop": 839129133
        },
        {
            "start": 839129152,
            "stop": 839184801
        },
        {
            "start": 839185083,
            "stop": 839185850
        },
        {
            "start": 839187406,
            "stop": 839193176
        },
        {
            "start": 839194690,
            "stop": 839201752
        },
        {
            "start": 839202996,
            "stop": 839258164
        }
    ]
}