Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=535
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=536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=534",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 535,
    "results": [
        {
            "start": 870078480,
            "stop": 870098012
        },
        {
            "start": 870098014,
            "stop": 870102583
        },
        {
            "start": 870103192,
            "stop": 870108976
        },
        {
            "start": 870109344,
            "stop": 870112611
        },
        {
            "start": 870112771,
            "stop": 870115913
        },
        {
            "start": 870120842,
            "stop": 870121961
        },
        {
            "start": 870122068,
            "stop": 870127338
        },
        {
            "start": 870127558,
            "stop": 870130869
        },
        {
            "start": 870130871,
            "stop": 870144718
        },
        {
            "start": 870144795,
            "stop": 870164446
        },
        {
            "start": 870165221,
            "stop": 870180186
        },
        {
            "start": 870215291,
            "stop": 870230378
        },
        {
            "start": 870230594,
            "stop": 870237004
        },
        {
            "start": 870237136,
            "stop": 870251649
        },
        {
            "start": 870252957,
            "stop": 870267475
        },
        {
            "start": 870267477,
            "stop": 870269722
        },
        {
            "start": 870270969,
            "stop": 870273671
        },
        {
            "start": 870280861,
            "stop": 870280862
        },
        {
            "start": 870280864,
            "stop": 870280874
        },
        {
            "start": 870280876,
            "stop": 870280879
        }
    ]
}