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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=147",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 148,
    "results": [
        {
            "start": 816845375,
            "stop": 816845381
        },
        {
            "start": 816845384,
            "stop": 816845389
        },
        {
            "start": 816845395,
            "stop": 816845404
        },
        {
            "start": 816845409,
            "stop": 816845412
        },
        {
            "start": 816845417,
            "stop": 816845432
        },
        {
            "start": 816845436,
            "stop": 816845439
        },
        {
            "start": 816845443,
            "stop": 816845446
        },
        {
            "start": 816845452,
            "stop": 816845489
        },
        {
            "start": 816845493,
            "stop": 816845506
        },
        {
            "start": 816845512,
            "stop": 816845513
        },
        {
            "start": 816845520,
            "stop": 816845521
        },
        {
            "start": 816845525,
            "stop": 816845635
        },
        {
            "start": 816845639,
            "stop": 816845640
        },
        {
            "start": 816845643,
            "stop": 816845646
        },
        {
            "start": 816845651,
            "stop": 816845653
        },
        {
            "start": 816845658,
            "stop": 816845659
        },
        {
            "start": 816845666,
            "stop": 816845667
        },
        {
            "start": 816845671,
            "stop": 816845699
        },
        {
            "start": 816845705,
            "stop": 816845753
        },
        {
            "start": 816845757,
            "stop": 816845812
        }
    ]
}