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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=845",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=843",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 844,
    "results": [
        {
            "start": 962633084,
            "stop": 962635062
        },
        {
            "start": 962636174,
            "stop": 962636348
        },
        {
            "start": 962637824,
            "stop": 962643548
        },
        {
            "start": 962644366,
            "stop": 962644412
        },
        {
            "start": 962644941,
            "stop": 962651807
        },
        {
            "start": 962653899,
            "stop": 962657268
        },
        {
            "start": 962692790,
            "stop": 962709479
        },
        {
            "start": 962710538,
            "stop": 962717356
        },
        {
            "start": 962718383,
            "stop": 962726542
        },
        {
            "start": 962728666,
            "stop": 962731219
        },
        {
            "start": 962731781,
            "stop": 962731889
        },
        {
            "start": 962732872,
            "stop": 962738348
        },
        {
            "start": 962738663,
            "stop": 962738949
        },
        {
            "start": 962739101,
            "stop": 962752051
        },
        {
            "start": 962752057,
            "stop": 962752573
        },
        {
            "start": 962752579,
            "stop": 962752864
        },
        {
            "start": 962752870,
            "stop": 962753010
        },
        {
            "start": 962773417,
            "stop": 962774321
        },
        {
            "start": 962774327,
            "stop": 962786967
        },
        {
            "start": 962788610,
            "stop": 962799135
        }
    ]
}