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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=389",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 390,
    "results": [
        {
            "start": 850454014,
            "stop": 850454030
        },
        {
            "start": 850454032,
            "stop": 850454615
        },
        {
            "start": 850454617,
            "stop": 850455621
        },
        {
            "start": 850455623,
            "stop": 850456842
        },
        {
            "start": 850456843,
            "stop": 850458686
        },
        {
            "start": 850458853,
            "stop": 850462187
        },
        {
            "start": 850462188,
            "stop": 850462193
        },
        {
            "start": 850462195,
            "stop": 850462459
        },
        {
            "start": 850463689,
            "stop": 850473089
        },
        {
            "start": 850473091,
            "stop": 850474316
        },
        {
            "start": 850474318,
            "stop": 850474760
        },
        {
            "start": 850474761,
            "stop": 850475215
        },
        {
            "start": 850475217,
            "stop": 850481030
        },
        {
            "start": 850481032,
            "stop": 850481507
        },
        {
            "start": 850481509,
            "stop": 850482337
        },
        {
            "start": 850483263,
            "stop": 850484287
        },
        {
            "start": 850484920,
            "stop": 850489631
        },
        {
            "start": 850491682,
            "stop": 850494358
        },
        {
            "start": 850494617,
            "stop": 850494742
        },
        {
            "start": 850496279,
            "stop": 850496344
        }
    ]
}