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=984
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=985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=983",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 984,
    "results": [
        {
            "start": 870037009,
            "stop": 870037759
        },
        {
            "start": 870038049,
            "stop": 870038589
        },
        {
            "start": 870040381,
            "stop": 870041221
        },
        {
            "start": 870041453,
            "stop": 870044423
        },
        {
            "start": 870044573,
            "stop": 870045233
        },
        {
            "start": 870049742,
            "stop": 870051962
        },
        {
            "start": 870052279,
            "stop": 870057379
        },
        {
            "start": 870057529,
            "stop": 870058129
        },
        {
            "start": 870058219,
            "stop": 870058819
        },
        {
            "start": 870074367,
            "stop": 870075207
        },
        {
            "start": 870075355,
            "stop": 870076975
        },
        {
            "start": 870078545,
            "stop": 870082145
        },
        {
            "start": 870082337,
            "stop": 870085637
        },
        {
            "start": 870085788,
            "stop": 870089148
        },
        {
            "start": 870089477,
            "stop": 870091667
        },
        {
            "start": 870091860,
            "stop": 870093900
        },
        {
            "start": 870094116,
            "stop": 870094236
        },
        {
            "start": 870094326,
            "stop": 870096156
        },
        {
            "start": 870096318,
            "stop": 870097938
        },
        {
            "start": 870098095,
            "stop": 870102475
        }
    ]
}