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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=39",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 40,
    "results": [
        {
            "start": 815852127,
            "stop": 815852286
        },
        {
            "start": 815852406,
            "stop": 815853746
        },
        {
            "start": 815853866,
            "stop": 815855439
        },
        {
            "start": 815855441,
            "stop": 815856123
        },
        {
            "start": 815856243,
            "stop": 815857116
        },
        {
            "start": 815857119,
            "stop": 815857445
        },
        {
            "start": 815857565,
            "stop": 815857613
        },
        {
            "start": 815857787,
            "stop": 815858749
        },
        {
            "start": 815858752,
            "stop": 815859576
        },
        {
            "start": 815859696,
            "stop": 815861010
        },
        {
            "start": 815861013,
            "stop": 815862823
        },
        {
            "start": 815862826,
            "stop": 815862958
        },
        {
            "start": 815862961,
            "stop": 815863588
        },
        {
            "start": 815863591,
            "stop": 815863876
        },
        {
            "start": 815863879,
            "stop": 815867838
        },
        {
            "start": 815867841,
            "stop": 815868495
        },
        {
            "start": 815868497,
            "stop": 815868686
        },
        {
            "start": 815868689,
            "stop": 815869710
        },
        {
            "start": 815869713,
            "stop": 815869716
        },
        {
            "start": 815869719,
            "stop": 815870680
        }
    ]
}