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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9933",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9934,
    "results": [
        {
            "start": 874816211,
            "stop": 874816215
        },
        {
            "start": 874816218,
            "stop": 874816501
        },
        {
            "start": 874816504,
            "stop": 874818544
        },
        {
            "start": 874818547,
            "stop": 874818551
        },
        {
            "start": 874818556,
            "stop": 874818619
        },
        {
            "start": 874818624,
            "stop": 874818646
        },
        {
            "start": 874818649,
            "stop": 874818655
        },
        {
            "start": 874818659,
            "stop": 874819133
        },
        {
            "start": 874819136,
            "stop": 874819142
        },
        {
            "start": 874819145,
            "stop": 874819152
        },
        {
            "start": 874819155,
            "stop": 874819161
        },
        {
            "start": 874819164,
            "stop": 874819255
        },
        {
            "start": 874819258,
            "stop": 874819853
        },
        {
            "start": 874819856,
            "stop": 874820178
        },
        {
            "start": 874820181,
            "stop": 874820299
        },
        {
            "start": 874820302,
            "stop": 874821088
        },
        {
            "start": 874821091,
            "stop": 874821094
        },
        {
            "start": 874821097,
            "stop": 874821112
        },
        {
            "start": 874821115,
            "stop": 874821116
        },
        {
            "start": 874821119,
            "stop": 874822926
        }
    ]
}