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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4844",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4842",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4843,
    "results": [
        {
            "start": 971375797,
            "stop": 971375819
        },
        {
            "start": 971375822,
            "stop": 971375850
        },
        {
            "start": 971375853,
            "stop": 971375914
        },
        {
            "start": 971375943,
            "stop": 971376275
        },
        {
            "start": 971376278,
            "stop": 971376283
        },
        {
            "start": 971376286,
            "stop": 971376300
        },
        {
            "start": 971376303,
            "stop": 971376308
        },
        {
            "start": 971376329,
            "stop": 971376336
        },
        {
            "start": 971376339,
            "stop": 971376373
        },
        {
            "start": 971376376,
            "stop": 971376781
        },
        {
            "start": 971376799,
            "stop": 971376958
        },
        {
            "start": 971376961,
            "stop": 971377110
        },
        {
            "start": 971377113,
            "stop": 971377159
        },
        {
            "start": 971377162,
            "stop": 971377173
        },
        {
            "start": 971377176,
            "stop": 971377183
        },
        {
            "start": 971377186,
            "stop": 971377525
        },
        {
            "start": 971379215,
            "stop": 971379757
        },
        {
            "start": 971379760,
            "stop": 971379797
        },
        {
            "start": 971379800,
            "stop": 971380263
        },
        {
            "start": 971380266,
            "stop": 971380501
        }
    ]
}