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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1345",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1346,
    "results": [
        {
            "start": 843848012,
            "stop": 843848053
        },
        {
            "start": 843848060,
            "stop": 843848077
        },
        {
            "start": 843848082,
            "stop": 843848091
        },
        {
            "start": 843848099,
            "stop": 843848103
        },
        {
            "start": 843848106,
            "stop": 843848129
        },
        {
            "start": 843848132,
            "stop": 843848136
        },
        {
            "start": 843848140,
            "stop": 843848151
        },
        {
            "start": 843848156,
            "stop": 843848176
        },
        {
            "start": 843848180,
            "stop": 843848196
        },
        {
            "start": 843848199,
            "stop": 843848204
        },
        {
            "start": 843848207,
            "stop": 843848234
        },
        {
            "start": 843848237,
            "stop": 843848247
        },
        {
            "start": 843848250,
            "stop": 843848305
        },
        {
            "start": 843848308,
            "stop": 843848312
        },
        {
            "start": 843848315,
            "stop": 843848317
        },
        {
            "start": 843848320,
            "stop": 843848352
        },
        {
            "start": 843848355,
            "stop": 843848374
        },
        {
            "start": 843848382,
            "stop": 843848438
        },
        {
            "start": 843848441,
            "stop": 843848455
        },
        {
            "start": 843848458,
            "stop": 843848552
        }
    ]
}