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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=62",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 63,
    "results": [
        {
            "start": 822386072,
            "stop": 822386418
        },
        {
            "start": 822386718,
            "stop": 822393025
        },
        {
            "start": 822393778,
            "stop": 822393856
        },
        {
            "start": 822397076,
            "stop": 822401984
        },
        {
            "start": 822402216,
            "stop": 822409522
        },
        {
            "start": 822409528,
            "stop": 822411715
        },
        {
            "start": 822411823,
            "stop": 822412181
        },
        {
            "start": 822412276,
            "stop": 822412342
        },
        {
            "start": 822412534,
            "stop": 822413179
        },
        {
            "start": 822413593,
            "stop": 822414417
        },
        {
            "start": 822414428,
            "stop": 822414437
        },
        {
            "start": 822414448,
            "stop": 822414452
        },
        {
            "start": 822414458,
            "stop": 822414470
        },
        {
            "start": 822414478,
            "stop": 822414512
        },
        {
            "start": 822414518,
            "stop": 822416167
        },
        {
            "start": 822416230,
            "stop": 822416895
        },
        {
            "start": 822424979,
            "stop": 822425003
        },
        {
            "start": 822425058,
            "stop": 822425102
        },
        {
            "start": 822431340,
            "stop": 822433305
        },
        {
            "start": 822433310,
            "stop": 822433590
        }
    ]
}