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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=54",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 55,
    "results": [
        {
            "start": 821272865,
            "stop": 821273065
        },
        {
            "start": 821273068,
            "stop": 821273114
        },
        {
            "start": 821273149,
            "stop": 821273181
        },
        {
            "start": 821273184,
            "stop": 821273216
        },
        {
            "start": 821273220,
            "stop": 821273273
        },
        {
            "start": 821273276,
            "stop": 821273410
        },
        {
            "start": 821273413,
            "stop": 821273452
        },
        {
            "start": 821273455,
            "stop": 821273540
        },
        {
            "start": 821273543,
            "stop": 821273770
        },
        {
            "start": 821273773,
            "stop": 821274036
        },
        {
            "start": 821274039,
            "stop": 821274414
        },
        {
            "start": 821274417,
            "stop": 821274486
        },
        {
            "start": 821274489,
            "stop": 821274532
        },
        {
            "start": 821274535,
            "stop": 821274541
        },
        {
            "start": 821274544,
            "stop": 821274792
        },
        {
            "start": 821274795,
            "stop": 821274840
        },
        {
            "start": 821274843,
            "stop": 821275122
        },
        {
            "start": 821275125,
            "stop": 821275209
        },
        {
            "start": 821275212,
            "stop": 821275234
        },
        {
            "start": 821275237,
            "stop": 821275312
        }
    ]
}