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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1682",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1683,
    "results": [
        {
            "start": 957485282,
            "stop": 957485318
        },
        {
            "start": 957485320,
            "stop": 957485483
        },
        {
            "start": 957485485,
            "stop": 957486764
        },
        {
            "start": 957486766,
            "stop": 957486832
        },
        {
            "start": 957486834,
            "stop": 957487119
        },
        {
            "start": 957487121,
            "stop": 957487128
        },
        {
            "start": 957487130,
            "stop": 957487131
        },
        {
            "start": 957487133,
            "stop": 957487394
        },
        {
            "start": 957487396,
            "stop": 957487400
        },
        {
            "start": 957487401,
            "stop": 957487601
        },
        {
            "start": 957487603,
            "stop": 957487876
        },
        {
            "start": 957487878,
            "stop": 957488611
        },
        {
            "start": 957488612,
            "stop": 957489006
        },
        {
            "start": 957489008,
            "stop": 957489395
        },
        {
            "start": 957489397,
            "stop": 957489562
        },
        {
            "start": 957489564,
            "stop": 957490444
        },
        {
            "start": 957490446,
            "stop": 957490507
        },
        {
            "start": 957490508,
            "stop": 957490648
        },
        {
            "start": 957490650,
            "stop": 957490788
        },
        {
            "start": 957490790,
            "stop": 957490835
        }
    ]
}