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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=189",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 190,
    "results": [
        {
            "start": 849128459,
            "stop": 849129064
        },
        {
            "start": 849129261,
            "stop": 849130936
        },
        {
            "start": 849131042,
            "stop": 849131107
        },
        {
            "start": 849131447,
            "stop": 849131564
        },
        {
            "start": 849131755,
            "stop": 849132045
        },
        {
            "start": 849132190,
            "stop": 849133479
        },
        {
            "start": 849133626,
            "stop": 849137907
        },
        {
            "start": 849138077,
            "stop": 849143986
        },
        {
            "start": 849144114,
            "stop": 849145305
        },
        {
            "start": 849145531,
            "stop": 849149929
        },
        {
            "start": 849150050,
            "stop": 849158866
        },
        {
            "start": 849159486,
            "stop": 849162595
        },
        {
            "start": 849163306,
            "stop": 849172533
        },
        {
            "start": 849175382,
            "stop": 849178723
        },
        {
            "start": 849180395,
            "stop": 849181560
        },
        {
            "start": 849181570,
            "stop": 849183579
        },
        {
            "start": 849183907,
            "stop": 849190011
        },
        {
            "start": 849190166,
            "stop": 849190209
        },
        {
            "start": 849190317,
            "stop": 849190464
        },
        {
            "start": 849190639,
            "stop": 849214590
        }
    ]
}