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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=212",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 213,
    "results": [
        {
            "start": 821112276,
            "stop": 821112303
        },
        {
            "start": 821112604,
            "stop": 821112629
        },
        {
            "start": 821112637,
            "stop": 821112720
        },
        {
            "start": 821112728,
            "stop": 821112733
        },
        {
            "start": 821112778,
            "stop": 821112779
        },
        {
            "start": 821122937,
            "stop": 821123044
        },
        {
            "start": 821123051,
            "stop": 821123060
        },
        {
            "start": 821123071,
            "stop": 821123113
        },
        {
            "start": 821123841,
            "stop": 821123940
        },
        {
            "start": 821123949,
            "stop": 821124154
        },
        {
            "start": 821124161,
            "stop": 821124238
        },
        {
            "start": 821124246,
            "stop": 821124289
        },
        {
            "start": 821124300,
            "stop": 821126516
        },
        {
            "start": 821126523,
            "stop": 821126634
        },
        {
            "start": 821126645,
            "stop": 821126859
        },
        {
            "start": 821126868,
            "stop": 821126869
        },
        {
            "start": 821126902,
            "stop": 821127116
        },
        {
            "start": 821127123,
            "stop": 821127223
        },
        {
            "start": 821127239,
            "stop": 821127253
        },
        {
            "start": 821127617,
            "stop": 821127728
        }
    ]
}