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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5245",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5246,
    "results": [
        {
            "start": 875205962,
            "stop": 875206026
        },
        {
            "start": 875206033,
            "stop": 875206118
        },
        {
            "start": 875206126,
            "stop": 875206202
        },
        {
            "start": 875206209,
            "stop": 875206344
        },
        {
            "start": 875206351,
            "stop": 875206372
        },
        {
            "start": 875206379,
            "stop": 875206407
        },
        {
            "start": 875206415,
            "stop": 875206450
        },
        {
            "start": 875206457,
            "stop": 875206464
        },
        {
            "start": 875206471,
            "stop": 875206494
        },
        {
            "start": 875206501,
            "stop": 875206510
        },
        {
            "start": 875206517,
            "stop": 875206615
        },
        {
            "start": 875206623,
            "stop": 875206630
        },
        {
            "start": 875206637,
            "stop": 875206732
        },
        {
            "start": 875206739,
            "stop": 875206804
        },
        {
            "start": 875206811,
            "stop": 875206868
        },
        {
            "start": 875206875,
            "stop": 875206930
        },
        {
            "start": 875206938,
            "stop": 875206966
        },
        {
            "start": 875206974,
            "stop": 875206995
        },
        {
            "start": 875207007,
            "stop": 875207028
        },
        {
            "start": 875207036,
            "stop": 875207073
        }
    ]
}