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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=34",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 35,
    "results": [
        {
            "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
        },
        {
            "start": 815870686,
            "stop": 815873371
        },
        {
            "start": 815873373,
            "stop": 815881529
        },
        {
            "start": 815881532,
            "stop": 815882712
        },
        {
            "start": 815882713,
            "stop": 815891899
        },
        {
            "start": 815891902,
            "stop": 815894296
        },
        {
            "start": 815894299,
            "stop": 815901061
        },
        {
            "start": 815901064,
            "stop": 815901943
        },
        {
            "start": 815902124,
            "stop": 815904684
        },
        {
            "start": 815904687,
            "stop": 815905168
        },
        {
            "start": 815905171,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906497,
            "stop": 815908825
        }
    ]
}