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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=179",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 180,
    "results": [
        {
            "start": 931429638,
            "stop": 931429640
        },
        {
            "start": 931429645,
            "stop": 931429653
        },
        {
            "start": 931429658,
            "stop": 931429659
        },
        {
            "start": 931429665,
            "stop": 931429672
        },
        {
            "start": 931432663,
            "stop": 931432670
        },
        {
            "start": 931432679,
            "stop": 931432680
        },
        {
            "start": 931432682,
            "stop": 931432683
        },
        {
            "start": 931432686,
            "stop": 931432687
        },
        {
            "start": 931432689,
            "stop": 931432690
        },
        {
            "start": 931432693,
            "stop": 931432694
        },
        {
            "start": 931432700,
            "stop": 931432705
        },
        {
            "start": 931432707,
            "stop": 931432708
        },
        {
            "start": 931432712,
            "stop": 931432717
        },
        {
            "start": 931432719,
            "stop": 931432721
        },
        {
            "start": 931432724,
            "stop": 931432726
        },
        {
            "start": 931432729,
            "stop": 931432735
        },
        {
            "start": 931432737,
            "stop": 931432741
        },
        {
            "start": 931432743,
            "stop": 931432744
        },
        {
            "start": 931432748,
            "stop": 931432750
        },
        {
            "start": 931432753,
            "stop": 931432754
        }
    ]
}