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_H1L1/segments?format=api&page=20
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_H1L1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=19",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 20,
    "results": [
        {
            "start": 817353652,
            "stop": 817354612
        },
        {
            "start": 817354755,
            "stop": 817354875
        },
        {
            "start": 817355040,
            "stop": 817355160
        },
        {
            "start": 817355320,
            "stop": 817355380
        },
        {
            "start": 817355551,
            "stop": 817355731
        },
        {
            "start": 817356215,
            "stop": 817356515
        },
        {
            "start": 817356671,
            "stop": 817357631
        },
        {
            "start": 817357791,
            "stop": 817358391
        },
        {
            "start": 817358567,
            "stop": 817360967
        },
        {
            "start": 817361143,
            "stop": 817362343
        },
        {
            "start": 817364000,
            "stop": 817364420
        },
        {
            "start": 817364559,
            "stop": 817364919
        },
        {
            "start": 817368645,
            "stop": 817369125
        },
        {
            "start": 817369335,
            "stop": 817369455
        },
        {
            "start": 817369641,
            "stop": 817372041
        },
        {
            "start": 817372410,
            "stop": 817372890
        },
        {
            "start": 817373073,
            "stop": 817373853
        },
        {
            "start": 817374074,
            "stop": 817374134
        },
        {
            "start": 817374297,
            "stop": 817374717
        },
        {
            "start": 817374900,
            "stop": 817375440
        }
    ]
}