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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16661",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16662,
    "results": [
        {
            "start": 874842810,
            "stop": 874842811
        },
        {
            "start": 874842814,
            "stop": 874842820
        },
        {
            "start": 874842823,
            "stop": 874842827
        },
        {
            "start": 874842830,
            "stop": 874842837
        },
        {
            "start": 874842840,
            "stop": 874842843
        },
        {
            "start": 874842846,
            "stop": 874842940
        },
        {
            "start": 874842942,
            "stop": 874843093
        },
        {
            "start": 874843095,
            "stop": 874843269
        },
        {
            "start": 874843272,
            "stop": 874843302
        },
        {
            "start": 874843305,
            "stop": 874843458
        },
        {
            "start": 874843461,
            "stop": 874843470
        },
        {
            "start": 874843474,
            "stop": 874843562
        },
        {
            "start": 874843563,
            "stop": 874843568
        },
        {
            "start": 874843572,
            "stop": 874843584
        },
        {
            "start": 874843585,
            "stop": 874843588
        },
        {
            "start": 874843590,
            "stop": 874843640
        },
        {
            "start": 874843643,
            "stop": 874843674
        },
        {
            "start": 874843675,
            "stop": 874843749
        },
        {
            "start": 874843750,
            "stop": 874843836
        },
        {
            "start": 874843837,
            "stop": 874843891
        }
    ]
}