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=16650
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=16651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16649",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16650,
    "results": [
        {
            "start": 874829184,
            "stop": 874829198
        },
        {
            "start": 874829200,
            "stop": 874829297
        },
        {
            "start": 874829299,
            "stop": 874829300
        },
        {
            "start": 874829301,
            "stop": 874829339
        },
        {
            "start": 874829341,
            "stop": 874829396
        },
        {
            "start": 874829397,
            "stop": 874829423
        },
        {
            "start": 874829426,
            "stop": 874829457
        },
        {
            "start": 874829458,
            "stop": 874829531
        },
        {
            "start": 874829532,
            "stop": 874829540
        },
        {
            "start": 874829541,
            "stop": 874829591
        },
        {
            "start": 874829592,
            "stop": 874829645
        },
        {
            "start": 874829647,
            "stop": 874829654
        },
        {
            "start": 874829655,
            "stop": 874829679
        },
        {
            "start": 874829680,
            "stop": 874829696
        },
        {
            "start": 874829698,
            "stop": 874829726
        },
        {
            "start": 874829729,
            "stop": 874829764
        },
        {
            "start": 874829766,
            "stop": 874829814
        },
        {
            "start": 874829816,
            "stop": 874829858
        },
        {
            "start": 874829860,
            "stop": 874829863
        },
        {
            "start": 874829865,
            "stop": 874829883
        }
    ]
}