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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=19",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 20,
    "results": [
        {
            "start": 815314897,
            "stop": 815315990
        },
        {
            "start": 815315997,
            "stop": 815316072
        },
        {
            "start": 815316079,
            "stop": 815316283
        },
        {
            "start": 815316464,
            "stop": 815317937
        },
        {
            "start": 815317944,
            "stop": 815318665
        },
        {
            "start": 815318673,
            "stop": 815318740
        },
        {
            "start": 815318747,
            "stop": 815318863
        },
        {
            "start": 815319044,
            "stop": 815320952
        },
        {
            "start": 815320959,
            "stop": 815321238
        },
        {
            "start": 815321245,
            "stop": 815321818
        },
        {
            "start": 815321825,
            "stop": 815322773
        },
        {
            "start": 815322801,
            "stop": 815322958
        },
        {
            "start": 815322965,
            "stop": 815323408
        },
        {
            "start": 815323415,
            "stop": 815323455
        },
        {
            "start": 815323462,
            "stop": 815323752
        },
        {
            "start": 815323759,
            "stop": 815323815
        },
        {
            "start": 815323822,
            "stop": 815324813
        },
        {
            "start": 815324821,
            "stop": 815324983
        },
        {
            "start": 815324990,
            "stop": 815325369
        },
        {
            "start": 815325376,
            "stop": 815325413
        }
    ]
}