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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=40",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 41,
    "results": [
        {
            "start": 816411238,
            "stop": 816411243
        },
        {
            "start": 816411252,
            "stop": 816411816
        },
        {
            "start": 816411821,
            "stop": 816413086
        },
        {
            "start": 816413091,
            "stop": 816413776
        },
        {
            "start": 816413780,
            "stop": 816414700
        },
        {
            "start": 816414705,
            "stop": 816414712
        },
        {
            "start": 816414717,
            "stop": 816415993
        },
        {
            "start": 816415996,
            "stop": 816416512
        },
        {
            "start": 816417153,
            "stop": 816417829
        },
        {
            "start": 816417833,
            "stop": 816418199
        },
        {
            "start": 816418202,
            "stop": 816418335
        },
        {
            "start": 816418340,
            "stop": 816419666
        },
        {
            "start": 816419670,
            "stop": 816420085
        },
        {
            "start": 816420089,
            "stop": 816420225
        },
        {
            "start": 816420230,
            "stop": 816421019
        },
        {
            "start": 816421022,
            "stop": 816421027
        },
        {
            "start": 816421030,
            "stop": 816421033
        },
        {
            "start": 816421039,
            "stop": 816421218
        },
        {
            "start": 816421227,
            "stop": 816421469
        },
        {
            "start": 816421473,
            "stop": 816422059
        }
    ]
}