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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=145",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 146,
    "results": [
        {
            "start": 835477339,
            "stop": 835477840
        },
        {
            "start": 835477906,
            "stop": 835489753
        },
        {
            "start": 835489784,
            "stop": 835489785
        },
        {
            "start": 835491198,
            "stop": 835495609
        },
        {
            "start": 835497134,
            "stop": 835507693
        },
        {
            "start": 835507976,
            "stop": 835516546
        },
        {
            "start": 835518925,
            "stop": 835527838
        },
        {
            "start": 835528582,
            "stop": 835533733
        },
        {
            "start": 835536780,
            "stop": 835541533
        },
        {
            "start": 835541547,
            "stop": 835541549
        },
        {
            "start": 835541605,
            "stop": 835557355
        },
        {
            "start": 835557837,
            "stop": 835557973
        },
        {
            "start": 835557994,
            "stop": 835557996
        },
        {
            "start": 835558055,
            "stop": 835567150
        },
        {
            "start": 835570258,
            "stop": 835586166
        },
        {
            "start": 835587869,
            "stop": 835605837
        },
        {
            "start": 835610669,
            "stop": 835615153
        },
        {
            "start": 835615173,
            "stop": 835615174
        },
        {
            "start": 835616036,
            "stop": 835619833
        },
        {
            "start": 835619834,
            "stop": 835619836
        }
    ]
}