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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=118",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 119,
    "results": [
        {
            "start": 821178818,
            "stop": 821179058
        },
        {
            "start": 821179250,
            "stop": 821179670
        },
        {
            "start": 821179820,
            "stop": 821179970
        },
        {
            "start": 821180103,
            "stop": 821180463
        },
        {
            "start": 821233370,
            "stop": 821233550
        },
        {
            "start": 821249400,
            "stop": 821249460
        },
        {
            "start": 821257458,
            "stop": 821257578
        },
        {
            "start": 821259620,
            "stop": 821259680
        },
        {
            "start": 821260022,
            "stop": 821260202
        },
        {
            "start": 821262059,
            "stop": 821262179
        },
        {
            "start": 821264548,
            "stop": 821264608
        },
        {
            "start": 821265017,
            "stop": 821265197
        },
        {
            "start": 821265498,
            "stop": 821265618
        },
        {
            "start": 821265787,
            "stop": 821265907
        },
        {
            "start": 821266210,
            "stop": 821266510
        },
        {
            "start": 821267175,
            "stop": 821267235
        },
        {
            "start": 821267387,
            "stop": 821267507
        },
        {
            "start": 821270079,
            "stop": 821271159
        },
        {
            "start": 821271671,
            "stop": 821271731
        },
        {
            "start": 821272412,
            "stop": 821272772
        }
    ]
}