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=1000
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=1001",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=999",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1000,
    "results": [
        {
            "start": 873206596,
            "stop": 873207196
        },
        {
            "start": 873207447,
            "stop": 873207507
        },
        {
            "start": 873207679,
            "stop": 873207739
        },
        {
            "start": 873208363,
            "stop": 873208423
        },
        {
            "start": 873210330,
            "stop": 873210450
        },
        {
            "start": 873210870,
            "stop": 873210930
        },
        {
            "start": 873212204,
            "stop": 873212384
        },
        {
            "start": 873212543,
            "stop": 873212783
        },
        {
            "start": 873213112,
            "stop": 873213412
        },
        {
            "start": 873213578,
            "stop": 873213638
        },
        {
            "start": 873215560,
            "stop": 873215620
        },
        {
            "start": 873220333,
            "stop": 873220513
        },
        {
            "start": 873220702,
            "stop": 873220762
        },
        {
            "start": 873221035,
            "stop": 873221455
        },
        {
            "start": 873221610,
            "stop": 873222750
        },
        {
            "start": 873224164,
            "stop": 873224524
        },
        {
            "start": 873224687,
            "stop": 873224927
        },
        {
            "start": 873225102,
            "stop": 873225402
        },
        {
            "start": 873225545,
            "stop": 873225605
        },
        {
            "start": 873225774,
            "stop": 873226314
        }
    ]
}