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=998
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=999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=997",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 998,
    "results": [
        {
            "start": 870879485,
            "stop": 870880115
        },
        {
            "start": 870880295,
            "stop": 870880505
        },
        {
            "start": 870880661,
            "stop": 870880901
        },
        {
            "start": 870880931,
            "stop": 870881201
        },
        {
            "start": 870881508,
            "stop": 870881568
        },
        {
            "start": 870881712,
            "stop": 870881952
        },
        {
            "start": 870882430,
            "stop": 870882610
        },
        {
            "start": 870882835,
            "stop": 870883075
        },
        {
            "start": 870883321,
            "stop": 870883411
        },
        {
            "start": 870883734,
            "stop": 870883794
        },
        {
            "start": 870883958,
            "stop": 870884018
        },
        {
            "start": 870884602,
            "stop": 870884782
        },
        {
            "start": 870885096,
            "stop": 870885156
        },
        {
            "start": 870885457,
            "stop": 870885697
        },
        {
            "start": 870885831,
            "stop": 870885891
        },
        {
            "start": 870886139,
            "stop": 870887069
        },
        {
            "start": 870887099,
            "stop": 870887279
        },
        {
            "start": 870887561,
            "stop": 870887681
        },
        {
            "start": 870887820,
            "stop": 870889440
        },
        {
            "start": 870889587,
            "stop": 870890367
        }
    ]
}