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=4545
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=4546",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4544",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4545,
    "results": [
        {
            "start": 968704830,
            "stop": 968704844
        },
        {
            "start": 968704847,
            "stop": 968705793
        },
        {
            "start": 968705796,
            "stop": 968705815
        },
        {
            "start": 968705818,
            "stop": 968706177
        },
        {
            "start": 968706180,
            "stop": 968706496
        },
        {
            "start": 968706499,
            "stop": 968706540
        },
        {
            "start": 968706543,
            "stop": 968706891
        },
        {
            "start": 968706894,
            "stop": 968707082
        },
        {
            "start": 968707086,
            "stop": 968707102
        },
        {
            "start": 968707111,
            "stop": 968707176
        },
        {
            "start": 968707179,
            "stop": 968707769
        },
        {
            "start": 968707772,
            "stop": 968707868
        },
        {
            "start": 968707871,
            "stop": 968709075
        },
        {
            "start": 968709078,
            "stop": 968709432
        },
        {
            "start": 968709435,
            "stop": 968710479
        },
        {
            "start": 968710482,
            "stop": 968712462
        },
        {
            "start": 968712465,
            "stop": 968713899
        },
        {
            "start": 968713902,
            "stop": 968713950
        },
        {
            "start": 968713953,
            "stop": 968713996
        },
        {
            "start": 968714886,
            "stop": 968715107
        }
    ]
}