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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=444",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 445,
    "results": [
        {
            "start": 869443557,
            "stop": 869466204
        },
        {
            "start": 869468554,
            "stop": 869473214
        },
        {
            "start": 869473480,
            "stop": 869505249
        },
        {
            "start": 869505569,
            "stop": 869513668
        },
        {
            "start": 869513862,
            "stop": 869524280
        },
        {
            "start": 869526206,
            "stop": 869535585
        },
        {
            "start": 869537422,
            "stop": 869544038
        },
        {
            "start": 869544113,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604906
        },
        {
            "start": 869605064,
            "stop": 869613867
        },
        {
            "start": 869615351,
            "stop": 869616312
        },
        {
            "start": 869616938,
            "stop": 869617348
        },
        {
            "start": 869619199,
            "stop": 869693659
        },
        {
            "start": 869693668,
            "stop": 869720559
        },
        {
            "start": 869722360,
            "stop": 869773260
        },
        {
            "start": 869773546,
            "stop": 869831464
        },
        {
            "start": 869832460,
            "stop": 869858155
        },
        {
            "start": 869860284,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 870007482
        }
    ]
}