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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=784",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=782",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 783,
    "results": [
        {
            "start": 957503094,
            "stop": 957503174
        },
        {
            "start": 957503179,
            "stop": 957503437
        },
        {
            "start": 957503443,
            "stop": 957503816
        },
        {
            "start": 957503821,
            "stop": 957503909
        },
        {
            "start": 957503914,
            "stop": 957504377
        },
        {
            "start": 957504383,
            "stop": 957504558
        },
        {
            "start": 957504563,
            "stop": 957504735
        },
        {
            "start": 957504741,
            "stop": 957505206
        },
        {
            "start": 957505212,
            "stop": 957505948
        },
        {
            "start": 957505954,
            "stop": 957506009
        },
        {
            "start": 957506015,
            "stop": 957506233
        },
        {
            "start": 957506239,
            "stop": 957506638
        },
        {
            "start": 957506644,
            "stop": 957506673
        },
        {
            "start": 957506679,
            "stop": 957507047
        },
        {
            "start": 957507053,
            "stop": 957507884
        },
        {
            "start": 957507890,
            "stop": 957507939
        },
        {
            "start": 957507945,
            "stop": 957508062
        },
        {
            "start": 957508067,
            "stop": 957508089
        },
        {
            "start": 957508094,
            "stop": 957508310
        },
        {
            "start": 957508315,
            "stop": 957508340
        }
    ]
}