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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=474",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 475,
    "results": [
        {
            "start": 821786238,
            "stop": 821786274
        },
        {
            "start": 821786277,
            "stop": 821786288
        },
        {
            "start": 821786291,
            "stop": 821786323
        },
        {
            "start": 821786326,
            "stop": 821786817
        },
        {
            "start": 821786820,
            "stop": 821786902
        },
        {
            "start": 821786905,
            "stop": 821786956
        },
        {
            "start": 821786959,
            "stop": 821786981
        },
        {
            "start": 821786984,
            "stop": 821787004
        },
        {
            "start": 821787007,
            "stop": 821787024
        },
        {
            "start": 821787027,
            "stop": 821787081
        },
        {
            "start": 821787084,
            "stop": 821787087
        },
        {
            "start": 821787090,
            "stop": 821787134
        },
        {
            "start": 821787137,
            "stop": 821787146
        },
        {
            "start": 821787149,
            "stop": 821787162
        },
        {
            "start": 821787165,
            "stop": 821787193
        },
        {
            "start": 821787196,
            "stop": 821787295
        },
        {
            "start": 821787298,
            "stop": 821787300
        },
        {
            "start": 821787303,
            "stop": 821787662
        },
        {
            "start": 821787665,
            "stop": 821788042
        },
        {
            "start": 821788045,
            "stop": 821788301
        }
    ]
}