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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=130",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 131,
    "results": [
        {
            "start": 931354423,
            "stop": 931354424
        },
        {
            "start": 931354436,
            "stop": 931354438
        },
        {
            "start": 931354453,
            "stop": 931354454
        },
        {
            "start": 931354466,
            "stop": 931354467
        },
        {
            "start": 931354472,
            "stop": 931354473
        },
        {
            "start": 931354481,
            "stop": 931354484
        },
        {
            "start": 931354504,
            "stop": 931354505
        },
        {
            "start": 931354513,
            "stop": 931354516
        },
        {
            "start": 931354534,
            "stop": 931354535
        },
        {
            "start": 931354576,
            "stop": 931354577
        },
        {
            "start": 931354618,
            "stop": 931354619
        },
        {
            "start": 931354635,
            "stop": 931354636
        },
        {
            "start": 931354638,
            "stop": 931354639
        },
        {
            "start": 931354651,
            "stop": 931354653
        },
        {
            "start": 931354664,
            "stop": 931354666
        },
        {
            "start": 931354671,
            "stop": 931354672
        },
        {
            "start": 931354682,
            "stop": 931354684
        },
        {
            "start": 931354762,
            "stop": 931354764
        },
        {
            "start": 931354821,
            "stop": 931354822
        },
        {
            "start": 931354824,
            "stop": 931354826
        }
    ]
}