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=10026
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=10027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10025",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10026,
    "results": [
        {
            "start": 872421398,
            "stop": 872421945
        },
        {
            "start": 872422004,
            "stop": 872422059
        },
        {
            "start": 872422076,
            "stop": 872422118
        },
        {
            "start": 872422159,
            "stop": 872422184
        },
        {
            "start": 872422220,
            "stop": 872422286
        },
        {
            "start": 872422349,
            "stop": 872422639
        },
        {
            "start": 872422729,
            "stop": 872422932
        },
        {
            "start": 872422966,
            "stop": 872423085
        },
        {
            "start": 872423121,
            "stop": 872423211
        },
        {
            "start": 872423247,
            "stop": 872423355
        },
        {
            "start": 872460014,
            "stop": 872460155
        },
        {
            "start": 872460231,
            "stop": 872460293
        },
        {
            "start": 872460356,
            "stop": 872460547
        },
        {
            "start": 872460665,
            "stop": 872461111
        },
        {
            "start": 872461147,
            "stop": 872461234
        },
        {
            "start": 872461303,
            "stop": 872461321
        },
        {
            "start": 872461364,
            "stop": 872461408
        },
        {
            "start": 872461447,
            "stop": 872461500
        },
        {
            "start": 872462844,
            "stop": 872462920
        },
        {
            "start": 872463076,
            "stop": 872463171
        }
    ]
}