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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=83",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 84,
    "results": [
        {
            "start": 816606047,
            "stop": 816606231
        },
        {
            "start": 816606238,
            "stop": 816606303
        },
        {
            "start": 816606315,
            "stop": 816606525
        },
        {
            "start": 816606532,
            "stop": 816606548
        },
        {
            "start": 816606559,
            "stop": 816606655
        },
        {
            "start": 816606662,
            "stop": 816606905
        },
        {
            "start": 816606913,
            "stop": 816606973
        },
        {
            "start": 816606980,
            "stop": 816607053
        },
        {
            "start": 816607064,
            "stop": 816607152
        },
        {
            "start": 816607159,
            "stop": 816607322
        },
        {
            "start": 816607325,
            "stop": 816607621
        },
        {
            "start": 816607629,
            "stop": 816607879
        },
        {
            "start": 816607895,
            "stop": 816607923
        },
        {
            "start": 816607930,
            "stop": 816607952
        },
        {
            "start": 816651331,
            "stop": 816651354
        },
        {
            "start": 816651361,
            "stop": 816651392
        },
        {
            "start": 816651399,
            "stop": 816651433
        },
        {
            "start": 816651440,
            "stop": 816651506
        },
        {
            "start": 816651535,
            "stop": 816651597
        },
        {
            "start": 816651626,
            "stop": 816651820
        }
    ]
}