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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10197",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10198,
    "results": [
        {
            "start": 873952101,
            "stop": 873952608
        },
        {
            "start": 873952615,
            "stop": 873952762
        },
        {
            "start": 873952769,
            "stop": 873952876
        },
        {
            "start": 873952912,
            "stop": 873953322
        },
        {
            "start": 873953358,
            "stop": 873953432
        },
        {
            "start": 873953449,
            "stop": 873953581
        },
        {
            "start": 873953598,
            "stop": 873953771
        },
        {
            "start": 873953779,
            "stop": 873954164
        },
        {
            "start": 873954200,
            "stop": 873956755
        },
        {
            "start": 873956762,
            "stop": 873957217
        },
        {
            "start": 873957253,
            "stop": 873957652
        },
        {
            "start": 873957688,
            "stop": 873957933
        },
        {
            "start": 873957940,
            "stop": 873957985
        },
        {
            "start": 873958002,
            "stop": 873958592
        },
        {
            "start": 873958628,
            "stop": 873959250
        },
        {
            "start": 873959258,
            "stop": 873960055
        },
        {
            "start": 873960092,
            "stop": 873960485
        },
        {
            "start": 873960502,
            "stop": 873960522
        },
        {
            "start": 873960558,
            "stop": 873961021
        },
        {
            "start": 873961028,
            "stop": 873961729
        }
    ]
}