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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 315,
    "results": [
        {
            "start": 931773778,
            "stop": 931773785
        },
        {
            "start": 931773789,
            "stop": 931773795
        },
        {
            "start": 931773802,
            "stop": 931773803
        },
        {
            "start": 931773807,
            "stop": 931773810
        },
        {
            "start": 931773812,
            "stop": 931773818
        },
        {
            "start": 931773821,
            "stop": 931773824
        },
        {
            "start": 931773827,
            "stop": 931773831
        },
        {
            "start": 931773834,
            "stop": 931773865
        },
        {
            "start": 931773871,
            "stop": 931773875
        },
        {
            "start": 931773878,
            "stop": 931773887
        },
        {
            "start": 931773890,
            "stop": 931773903
        },
        {
            "start": 931773906,
            "stop": 931773930
        },
        {
            "start": 931773933,
            "stop": 931773940
        },
        {
            "start": 931773943,
            "stop": 931773948
        },
        {
            "start": 931773954,
            "stop": 931773957
        },
        {
            "start": 931773960,
            "stop": 931773961
        },
        {
            "start": 931773964,
            "stop": 931773967
        },
        {
            "start": 931773970,
            "stop": 931773979
        },
        {
            "start": 931773982,
            "stop": 931773985
        },
        {
            "start": 931773988,
            "stop": 931773993
        }
    ]
}