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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2092",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2093,
    "results": [
        {
            "start": 871633457,
            "stop": 871633571
        },
        {
            "start": 871633596,
            "stop": 871633615
        },
        {
            "start": 871633653,
            "stop": 871633762
        },
        {
            "start": 871633779,
            "stop": 871633907
        },
        {
            "start": 871635351,
            "stop": 871649133
        },
        {
            "start": 871649150,
            "stop": 871649475
        },
        {
            "start": 871649492,
            "stop": 871650053
        },
        {
            "start": 871650074,
            "stop": 871650076
        },
        {
            "start": 871650093,
            "stop": 871651391
        },
        {
            "start": 871652612,
            "stop": 871653087
        },
        {
            "start": 871653104,
            "stop": 871653136
        },
        {
            "start": 871653153,
            "stop": 871654182
        },
        {
            "start": 871654199,
            "stop": 871654227
        },
        {
            "start": 871654244,
            "stop": 871656439
        },
        {
            "start": 871663767,
            "stop": 871663768
        },
        {
            "start": 871663863,
            "stop": 871663873
        },
        {
            "start": 871663890,
            "stop": 871663960
        },
        {
            "start": 871663998,
            "stop": 871666207
        },
        {
            "start": 871666224,
            "stop": 871668545
        },
        {
            "start": 871668562,
            "stop": 871668620
        }
    ]
}