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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 16,
    "results": [
        {
            "start": 1398591055,
            "stop": 1398591965
        },
        {
            "start": 1398591970,
            "stop": 1398593184
        },
        {
            "start": 1398593189,
            "stop": 1398601822
        },
        {
            "start": 1398601827,
            "stop": 1398605467
        },
        {
            "start": 1398605469,
            "stop": 1398606792
        },
        {
            "start": 1398606794,
            "stop": 1398612618
        },
        {
            "start": 1398625448,
            "stop": 1398628805
        },
        {
            "start": 1398628807,
            "stop": 1398641039
        },
        {
            "start": 1398641041,
            "stop": 1398642064
        },
        {
            "start": 1398642067,
            "stop": 1398642544
        },
        {
            "start": 1398642547,
            "stop": 1398653178
        },
        {
            "start": 1398653181,
            "stop": 1398657667
        },
        {
            "start": 1398657670,
            "stop": 1398665584
        },
        {
            "start": 1398665586,
            "stop": 1398670402
        },
        {
            "start": 1398682603,
            "stop": 1398688609
        },
        {
            "start": 1398688612,
            "stop": 1398700988
        },
        {
            "start": 1398711806,
            "stop": 1398712542
        },
        {
            "start": 1398712546,
            "stop": 1398715203
        },
        {
            "start": 1398715206,
            "stop": 1398726058
        },
        {
            "start": 1398726060,
            "stop": 1398731225
        }
    ]
}