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_H1L1/segments?format=api&page=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=108",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 109,
    "results": [
        {
            "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": 821270619
        },
        {
            "start": 821270769,
            "stop": 821271159
        },
        {
            "start": 821271671,
            "stop": 821271731
        },
        {
            "start": 821272412,
            "stop": 821272772
        },
        {
            "start": 821272940,
            "stop": 821273000
        },
        {
            "start": 821273411,
            "stop": 821273711
        },
        {
            "start": 821273855,
            "stop": 821274035
        },
        {
            "start": 821274377,
            "stop": 821274497
        },
        {
            "start": 821274859,
            "stop": 821275099
        }
    ]
}