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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4831",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4829",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4830,
    "results": [
        {
            "start": 971187089,
            "stop": 971187104
        },
        {
            "start": 971187107,
            "stop": 971187239
        },
        {
            "start": 971187242,
            "stop": 971187281
        },
        {
            "start": 971187383,
            "stop": 971188171
        },
        {
            "start": 971188175,
            "stop": 971188675
        },
        {
            "start": 971188678,
            "stop": 971189188
        },
        {
            "start": 971189191,
            "stop": 971189359
        },
        {
            "start": 971189362,
            "stop": 971189794
        },
        {
            "start": 971189797,
            "stop": 971190363
        },
        {
            "start": 971190368,
            "stop": 971190449
        },
        {
            "start": 971190452,
            "stop": 971190482
        },
        {
            "start": 971190485,
            "stop": 971190537
        },
        {
            "start": 971190540,
            "stop": 971190638
        },
        {
            "start": 971194285,
            "stop": 971194575
        },
        {
            "start": 971194578,
            "stop": 971194925
        },
        {
            "start": 971194928,
            "stop": 971195184
        },
        {
            "start": 971234972,
            "stop": 971235005
        },
        {
            "start": 971235008,
            "stop": 971235332
        },
        {
            "start": 971235335,
            "stop": 971235364
        },
        {
            "start": 971235367,
            "stop": 971235532
        }
    ]
}