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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=85",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 86,
    "results": [
        {
            "start": 821352873,
            "stop": 821353012
        },
        {
            "start": 821353015,
            "stop": 821353073
        },
        {
            "start": 821353076,
            "stop": 821353125
        },
        {
            "start": 821353131,
            "stop": 821353154
        },
        {
            "start": 821353157,
            "stop": 821353284
        },
        {
            "start": 821353287,
            "stop": 821353434
        },
        {
            "start": 821353437,
            "stop": 821353490
        },
        {
            "start": 821353493,
            "stop": 821353562
        },
        {
            "start": 821353565,
            "stop": 821353575
        },
        {
            "start": 821353578,
            "stop": 821353585
        },
        {
            "start": 821353588,
            "stop": 821353749
        },
        {
            "start": 821353752,
            "stop": 821353828
        },
        {
            "start": 821353831,
            "stop": 821353845
        },
        {
            "start": 821353848,
            "stop": 821353903
        },
        {
            "start": 821353908,
            "stop": 821353936
        },
        {
            "start": 821353939,
            "stop": 821354112
        },
        {
            "start": 821354115,
            "stop": 821354173
        },
        {
            "start": 821354176,
            "stop": 821354262
        },
        {
            "start": 821354265,
            "stop": 821354289
        },
        {
            "start": 821354292,
            "stop": 821354335
        }
    ]
}