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=16564
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=16565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16563",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16564,
    "results": [
        {
            "start": 874684172,
            "stop": 874684174
        },
        {
            "start": 874684175,
            "stop": 874684179
        },
        {
            "start": 874684182,
            "stop": 874684183
        },
        {
            "start": 874684184,
            "stop": 874684189
        },
        {
            "start": 874684190,
            "stop": 874684223
        },
        {
            "start": 874684226,
            "stop": 874684237
        },
        {
            "start": 874684240,
            "stop": 874684254
        },
        {
            "start": 874684257,
            "stop": 874684261
        },
        {
            "start": 874684265,
            "stop": 874684267
        },
        {
            "start": 874684272,
            "stop": 874684283
        },
        {
            "start": 874684284,
            "stop": 874684355
        },
        {
            "start": 874684356,
            "stop": 874684412
        },
        {
            "start": 874684413,
            "stop": 874684455
        },
        {
            "start": 874684456,
            "stop": 874684464
        },
        {
            "start": 874684465,
            "stop": 874684477
        },
        {
            "start": 874684478,
            "stop": 874684504
        },
        {
            "start": 874684505,
            "stop": 874684510
        },
        {
            "start": 874684512,
            "stop": 874684572
        },
        {
            "start": 874684574,
            "stop": 874684679
        },
        {
            "start": 874684684,
            "stop": 874684685
        }
    ]
}