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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5838",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5839,
    "results": [
        {
            "start": 874732748,
            "stop": 874732794
        },
        {
            "start": 874732797,
            "stop": 874732990
        },
        {
            "start": 874732993,
            "stop": 874733036
        },
        {
            "start": 874733039,
            "stop": 874733175
        },
        {
            "start": 874733179,
            "stop": 874733235
        },
        {
            "start": 874733239,
            "stop": 874733291
        },
        {
            "start": 874733294,
            "stop": 874733301
        },
        {
            "start": 874733304,
            "stop": 874733433
        },
        {
            "start": 874733436,
            "stop": 874733463
        },
        {
            "start": 874733466,
            "stop": 874733476
        },
        {
            "start": 874733479,
            "stop": 874733490
        },
        {
            "start": 874733494,
            "stop": 874733496
        },
        {
            "start": 874733505,
            "stop": 874733510
        },
        {
            "start": 874733513,
            "stop": 874733519
        },
        {
            "start": 874733525,
            "stop": 874733532
        },
        {
            "start": 874733535,
            "stop": 874733561
        },
        {
            "start": 874733567,
            "stop": 874733583
        },
        {
            "start": 874733586,
            "stop": 874733666
        },
        {
            "start": 874733670,
            "stop": 874733780
        },
        {
            "start": 874733783,
            "stop": 874733974
        }
    ]
}