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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=179",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 180,
    "results": [
        {
            "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
        },
        {
            "start": 931432756,
            "stop": 931432759
        },
        {
            "start": 931432762,
            "stop": 931432765
        },
        {
            "start": 931432769,
            "stop": 931432775
        },
        {
            "start": 931432779,
            "stop": 931432791
        },
        {
            "start": 931432793,
            "stop": 931432795
        }
    ]
}