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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=289",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 290,
    "results": [
        {
            "start": 931767991,
            "stop": 931767993
        },
        {
            "start": 931767996,
            "stop": 931767997
        },
        {
            "start": 931768002,
            "stop": 931768015
        },
        {
            "start": 931768024,
            "stop": 931768040
        },
        {
            "start": 931768049,
            "stop": 931768057
        },
        {
            "start": 931768060,
            "stop": 931768063
        },
        {
            "start": 931768067,
            "stop": 931768072
        },
        {
            "start": 931768075,
            "stop": 931768082
        },
        {
            "start": 931768085,
            "stop": 931768097
        },
        {
            "start": 931768100,
            "stop": 931768101
        },
        {
            "start": 931768104,
            "stop": 931768105
        },
        {
            "start": 931768108,
            "stop": 931768112
        },
        {
            "start": 931768117,
            "stop": 931768124
        },
        {
            "start": 931768127,
            "stop": 931768138
        },
        {
            "start": 931768142,
            "stop": 931768146
        },
        {
            "start": 931768153,
            "stop": 931768154
        },
        {
            "start": 931768157,
            "stop": 931768161
        },
        {
            "start": 931768164,
            "stop": 931768166
        },
        {
            "start": 931768169,
            "stop": 931768170
        },
        {
            "start": 931768173,
            "stop": 931768184
        }
    ]
}