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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29390",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29391,
    "results": [
        {
            "start": 971402564,
            "stop": 971402566
        },
        {
            "start": 971402568,
            "stop": 971402570
        },
        {
            "start": 971402572,
            "stop": 971402573
        },
        {
            "start": 971402577,
            "stop": 971402584
        },
        {
            "start": 971402585,
            "stop": 971402588
        },
        {
            "start": 971402589,
            "stop": 971402597
        },
        {
            "start": 971402598,
            "stop": 971402611
        },
        {
            "start": 971402613,
            "stop": 971402615
        },
        {
            "start": 971402616,
            "stop": 971402620
        },
        {
            "start": 971402621,
            "stop": 971402630
        },
        {
            "start": 971402631,
            "stop": 971402639
        },
        {
            "start": 971402640,
            "stop": 971402642
        },
        {
            "start": 971402643,
            "stop": 971402647
        },
        {
            "start": 971402649,
            "stop": 971402651
        },
        {
            "start": 971402652,
            "stop": 971402659
        },
        {
            "start": 971402661,
            "stop": 971402667
        },
        {
            "start": 971402668,
            "stop": 971402709
        },
        {
            "start": 971402711,
            "stop": 971402717
        },
        {
            "start": 971402719,
            "stop": 971402721
        },
        {
            "start": 971402724,
            "stop": 971402733
        }
    ]
}