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/H1_STOCH_CAT1/segments?format=api&page=1502
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=1503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1501",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1502,
    "results": [
        {
            "start": 867626551,
            "stop": 867627046
        },
        {
            "start": 867627384,
            "stop": 867663391
        },
        {
            "start": 867663394,
            "stop": 867680905
        },
        {
            "start": 867680908,
            "stop": 867685061
        },
        {
            "start": 867685064,
            "stop": 867685065
        },
        {
            "start": 867685071,
            "stop": 867689550
        },
        {
            "start": 867689563,
            "stop": 867689576
        },
        {
            "start": 867730518,
            "stop": 867734463
        },
        {
            "start": 867736010,
            "stop": 867736435
        },
        {
            "start": 867736591,
            "stop": 867736655
        },
        {
            "start": 867737734,
            "stop": 867766534
        },
        {
            "start": 867767751,
            "stop": 867771706
        },
        {
            "start": 867773079,
            "stop": 867775238
        },
        {
            "start": 867775356,
            "stop": 867782766
        },
        {
            "start": 867789370,
            "stop": 867795607
        },
        {
            "start": 867797133,
            "stop": 867836836
        },
        {
            "start": 867866913,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 868028134
        },
        {
            "start": 868028252,
            "stop": 868036342
        },
        {
            "start": 868036347,
            "stop": 868036366
        }
    ]
}