Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=11",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 12,
    "results": [
        {
            "start": 816213673,
            "stop": 816219616
        },
        {
            "start": 816219648,
            "stop": 816221216
        },
        {
            "start": 816221248,
            "stop": 816221593
        },
        {
            "start": 816221608,
            "stop": 816221610
        },
        {
            "start": 816221893,
            "stop": 816224233
        },
        {
            "start": 816224264,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816232096
        },
        {
            "start": 816232128,
            "stop": 816246468
        },
        {
            "start": 816246471,
            "stop": 816250080
        },
        {
            "start": 816250083,
            "stop": 816253397
        },
        {
            "start": 816253400,
            "stop": 816256128
        },
        {
            "start": 816256160,
            "stop": 816262464
        },
        {
            "start": 816262496,
            "stop": 816265989
        },
        {
            "start": 816265992,
            "stop": 816271959
        },
        {
            "start": 816271961,
            "stop": 816280128
        },
        {
            "start": 816280160,
            "stop": 816280384
        },
        {
            "start": 816280899,
            "stop": 816281031
        },
        {
            "start": 816281033,
            "stop": 816281278
        },
        {
            "start": 816281281,
            "stop": 816283899
        },
        {
            "start": 816283902,
            "stop": 816290458
        }
    ]
}