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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 186,
    "results": [
        {
            "start": 931602807,
            "stop": 931602814
        },
        {
            "start": 931602817,
            "stop": 931602821
        },
        {
            "start": 931602824,
            "stop": 931602826
        },
        {
            "start": 931602835,
            "stop": 931602836
        },
        {
            "start": 931602844,
            "stop": 931602850
        },
        {
            "start": 931602853,
            "stop": 931602856
        },
        {
            "start": 931602863,
            "stop": 931602864
        },
        {
            "start": 931602872,
            "stop": 931602874
        },
        {
            "start": 931602879,
            "stop": 931602886
        },
        {
            "start": 931602908,
            "stop": 931602912
        },
        {
            "start": 931602917,
            "stop": 931602925
        },
        {
            "start": 931602931,
            "stop": 931602936
        },
        {
            "start": 931602949,
            "stop": 931602950
        },
        {
            "start": 931602953,
            "stop": 931602956
        },
        {
            "start": 931602959,
            "stop": 931602960
        },
        {
            "start": 931602963,
            "stop": 931602965
        },
        {
            "start": 931602968,
            "stop": 931602976
        },
        {
            "start": 931602983,
            "stop": 931602988
        },
        {
            "start": 931602994,
            "stop": 931602998
        },
        {
            "start": 931603003,
            "stop": 931603005
        }
    ]
}