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/H1_STOCH_CAT2_H1L1/segments?format=api&page=280
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=279",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 280,
    "results": [
        {
            "start": 831481718,
            "stop": 831482258
        },
        {
            "start": 831482427,
            "stop": 831482607
        },
        {
            "start": 831482637,
            "stop": 831482727
        },
        {
            "start": 831482877,
            "stop": 831483057
        },
        {
            "start": 831485038,
            "stop": 831485218
        },
        {
            "start": 831486285,
            "stop": 831486345
        },
        {
            "start": 831486518,
            "stop": 831486578
        },
        {
            "start": 831487126,
            "stop": 831487246
        },
        {
            "start": 831487922,
            "stop": 831487982
        },
        {
            "start": 831488135,
            "stop": 831488195
        },
        {
            "start": 831490214,
            "stop": 831490454
        },
        {
            "start": 831518430,
            "stop": 831520050
        },
        {
            "start": 831520223,
            "stop": 831522683
        },
        {
            "start": 831522833,
            "stop": 831523703
        },
        {
            "start": 831523915,
            "stop": 831524695
        },
        {
            "start": 831526059,
            "stop": 831527169
        },
        {
            "start": 831528367,
            "stop": 831529807
        },
        {
            "start": 831531883,
            "stop": 831532063
        },
        {
            "start": 831532197,
            "stop": 831535737
        },
        {
            "start": 831535895,
            "stop": 831536255
        }
    ]
}