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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=107",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 108,
    "results": [
        {
            "start": 817692164,
            "stop": 817693079
        },
        {
            "start": 817693098,
            "stop": 817694054
        },
        {
            "start": 817694507,
            "stop": 817694556
        },
        {
            "start": 817695518,
            "stop": 817697039
        },
        {
            "start": 817697042,
            "stop": 817698766
        },
        {
            "start": 817698771,
            "stop": 817700198
        },
        {
            "start": 817700611,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817703155
        },
        {
            "start": 817703158,
            "stop": 817707265
        },
        {
            "start": 817708401,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817736341
        },
        {
            "start": 817736345,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753031
        },
        {
            "start": 817753557,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817758763
        },
        {
            "start": 817758944,
            "stop": 817764480
        },
        {
            "start": 817765029,
            "stop": 817769685
        },
        {
            "start": 817769688,
            "stop": 817770728
        }
    ]
}