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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=32",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 33,
    "results": [
        {
            "start": 816358899,
            "stop": 816358900
        },
        {
            "start": 816362511,
            "stop": 816362528
        },
        {
            "start": 816362552,
            "stop": 816362555
        },
        {
            "start": 816362570,
            "stop": 816362683
        },
        {
            "start": 816362690,
            "stop": 816362697
        },
        {
            "start": 816362706,
            "stop": 816362709
        },
        {
            "start": 816362714,
            "stop": 816362732
        },
        {
            "start": 816362741,
            "stop": 816362810
        },
        {
            "start": 816362817,
            "stop": 816362824
        },
        {
            "start": 816362832,
            "stop": 816362833
        },
        {
            "start": 816362841,
            "stop": 816362842
        },
        {
            "start": 816362855,
            "stop": 816362877
        },
        {
            "start": 816362884,
            "stop": 816362902
        },
        {
            "start": 816362910,
            "stop": 816362957
        },
        {
            "start": 816362961,
            "stop": 816362978
        },
        {
            "start": 816362985,
            "stop": 816363013
        },
        {
            "start": 816363021,
            "stop": 816363026
        },
        {
            "start": 816363041,
            "stop": 816363087
        },
        {
            "start": 816363092,
            "stop": 816363124
        },
        {
            "start": 816363134,
            "stop": 816363224
        }
    ]
}