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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=102",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 103,
    "results": [
        {
            "start": 825744458,
            "stop": 825746323
        },
        {
            "start": 825746327,
            "stop": 825748922
        },
        {
            "start": 825750273,
            "stop": 825771618
        },
        {
            "start": 825772030,
            "stop": 825781333
        },
        {
            "start": 825809668,
            "stop": 825812778
        },
        {
            "start": 825812931,
            "stop": 825822792
        },
        {
            "start": 825824273,
            "stop": 825841393
        },
        {
            "start": 825842368,
            "stop": 825873716
        },
        {
            "start": 825876226,
            "stop": 825876577
        },
        {
            "start": 825876581,
            "stop": 825876755
        },
        {
            "start": 825876764,
            "stop": 825876809
        },
        {
            "start": 825876818,
            "stop": 825876824
        },
        {
            "start": 825876832,
            "stop": 825876838
        },
        {
            "start": 825876847,
            "stop": 825876852
        },
        {
            "start": 825876880,
            "stop": 825876895
        },
        {
            "start": 825876899,
            "stop": 825876914
        },
        {
            "start": 825876923,
            "stop": 825877034
        },
        {
            "start": 825877048,
            "stop": 825877054
        },
        {
            "start": 825877058,
            "stop": 825877116
        },
        {
            "start": 825877120,
            "stop": 825877126
        }
    ]
}