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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4987",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4988,
    "results": [
        {
            "start": 874513734,
            "stop": 874513770
        },
        {
            "start": 874513777,
            "stop": 874513781
        },
        {
            "start": 874513789,
            "stop": 874513795
        },
        {
            "start": 874513804,
            "stop": 874513809
        },
        {
            "start": 874513816,
            "stop": 874513858
        },
        {
            "start": 874513865,
            "stop": 874513879
        },
        {
            "start": 874513894,
            "stop": 874513974
        },
        {
            "start": 874515039,
            "stop": 874515841
        },
        {
            "start": 874515848,
            "stop": 874516065
        },
        {
            "start": 874516072,
            "stop": 874516104
        },
        {
            "start": 874516111,
            "stop": 874516276
        },
        {
            "start": 874516283,
            "stop": 874516335
        },
        {
            "start": 874516342,
            "stop": 874516357
        },
        {
            "start": 874516364,
            "stop": 874516377
        },
        {
            "start": 874516384,
            "stop": 874516407
        },
        {
            "start": 874516414,
            "stop": 874516423
        },
        {
            "start": 874516430,
            "stop": 874516453
        },
        {
            "start": 874516461,
            "stop": 874516470
        },
        {
            "start": 874516477,
            "stop": 874516712
        },
        {
            "start": 874516719,
            "stop": 874516833
        }
    ]
}