Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=941
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=940",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 941,
    "results": [
        {
            "start": 870696464,
            "stop": 870698504
        },
        {
            "start": 870698660,
            "stop": 870703340
        },
        {
            "start": 870708788,
            "stop": 870710108
        },
        {
            "start": 870715336,
            "stop": 870716056
        },
        {
            "start": 870720426,
            "stop": 870720666
        },
        {
            "start": 870720815,
            "stop": 870721535
        },
        {
            "start": 870723855,
            "stop": 870726195
        },
        {
            "start": 870726755,
            "stop": 870726935
        },
        {
            "start": 870727526,
            "stop": 870727766
        },
        {
            "start": 870730295,
            "stop": 870730355
        },
        {
            "start": 870730717,
            "stop": 870732577
        },
        {
            "start": 870733028,
            "stop": 870735308
        },
        {
            "start": 870737270,
            "stop": 870737390
        },
        {
            "start": 870737568,
            "stop": 870741228
        },
        {
            "start": 870741485,
            "stop": 870743525
        },
        {
            "start": 870743997,
            "stop": 870749577
        },
        {
            "start": 870749708,
            "stop": 870754448
        },
        {
            "start": 870754671,
            "stop": 870757071
        },
        {
            "start": 870757280,
            "stop": 870765500
        },
        {
            "start": 870765729,
            "stop": 870766239
        }
    ]
}