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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=344",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 345,
    "results": [
        {
            "start": 868915430,
            "stop": 868917945
        },
        {
            "start": 868917949,
            "stop": 868918939
        },
        {
            "start": 868918943,
            "stop": 868918963
        },
        {
            "start": 868918967,
            "stop": 868919334
        },
        {
            "start": 868922706,
            "stop": 868928730
        },
        {
            "start": 868946936,
            "stop": 868987968
        },
        {
            "start": 868990174,
            "stop": 869006664
        },
        {
            "start": 869009918,
            "stop": 869013858
        },
        {
            "start": 869014091,
            "stop": 869019936
        },
        {
            "start": 869019945,
            "stop": 869020015
        },
        {
            "start": 869020019,
            "stop": 869020064
        },
        {
            "start": 869020068,
            "stop": 869020137
        },
        {
            "start": 869020145,
            "stop": 869020177
        },
        {
            "start": 869021684,
            "stop": 869060214
        },
        {
            "start": 869061945,
            "stop": 869068000
        },
        {
            "start": 869069773,
            "stop": 869069841
        },
        {
            "start": 869069852,
            "stop": 869164298
        },
        {
            "start": 869165300,
            "stop": 869177747
        },
        {
            "start": 869178735,
            "stop": 869233979
        },
        {
            "start": 869235596,
            "stop": 869255633
        }
    ]
}