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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=183",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 184,
    "results": [
        {
            "start": 816915385,
            "stop": 816915435
        },
        {
            "start": 816915440,
            "stop": 816915559
        },
        {
            "start": 816915568,
            "stop": 816915572
        },
        {
            "start": 816915577,
            "stop": 816915593
        },
        {
            "start": 816915597,
            "stop": 816915625
        },
        {
            "start": 816915629,
            "stop": 816915723
        },
        {
            "start": 816915727,
            "stop": 816915817
        },
        {
            "start": 816915822,
            "stop": 816915825
        },
        {
            "start": 816915832,
            "stop": 816915859
        },
        {
            "start": 816915863,
            "stop": 816915873
        },
        {
            "start": 816915879,
            "stop": 816915886
        },
        {
            "start": 816915890,
            "stop": 816915893
        },
        {
            "start": 816915898,
            "stop": 816915905
        },
        {
            "start": 816915910,
            "stop": 816915923
        },
        {
            "start": 816915929,
            "stop": 816915941
        },
        {
            "start": 816915946,
            "stop": 816916020
        },
        {
            "start": 816916034,
            "stop": 816916086
        },
        {
            "start": 816916091,
            "stop": 816916094
        },
        {
            "start": 816916105,
            "stop": 816916145
        },
        {
            "start": 816916150,
            "stop": 816916216
        }
    ]
}