Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=197
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=196",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 197,
    "results": [
        {
            "start": 933272961,
            "stop": 933273802
        },
        {
            "start": 933273805,
            "stop": 933274657
        },
        {
            "start": 933274660,
            "stop": 933274815
        },
        {
            "start": 933275175,
            "stop": 933275204
        },
        {
            "start": 933275324,
            "stop": 933275798
        },
        {
            "start": 933275800,
            "stop": 933276032
        },
        {
            "start": 933276152,
            "stop": 933276209
        },
        {
            "start": 933278775,
            "stop": 933279629
        },
        {
            "start": 933279689,
            "stop": 933280653
        },
        {
            "start": 933280773,
            "stop": 933281678
        },
        {
            "start": 933281681,
            "stop": 933281787
        },
        {
            "start": 933281806,
            "stop": 933282015
        },
        {
            "start": 933282375,
            "stop": 933282629
        },
        {
            "start": 933282689,
            "stop": 933282749
        },
        {
            "start": 933282809,
            "stop": 933284210
        },
        {
            "start": 933284330,
            "stop": 933285496
        },
        {
            "start": 933285975,
            "stop": 933286589
        },
        {
            "start": 933286649,
            "stop": 933286660
        },
        {
            "start": 933286662,
            "stop": 933286776
        },
        {
            "start": 933286896,
            "stop": 933289161
        }
    ]
}