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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=339",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 340,
    "results": [
        {
            "start": 1182141551,
            "stop": 1182141556
        },
        {
            "start": 1182141557,
            "stop": 1182141565
        },
        {
            "start": 1182141568,
            "stop": 1182141578
        },
        {
            "start": 1182141580,
            "stop": 1182141582
        },
        {
            "start": 1182141584,
            "stop": 1182141588
        },
        {
            "start": 1182141591,
            "stop": 1182141676
        },
        {
            "start": 1182141678,
            "stop": 1182141749
        },
        {
            "start": 1182141752,
            "stop": 1182141883
        },
        {
            "start": 1182141885,
            "stop": 1182141963
        },
        {
            "start": 1182141964,
            "stop": 1182141975
        },
        {
            "start": 1182141977,
            "stop": 1182142056
        },
        {
            "start": 1182142057,
            "stop": 1182142062
        },
        {
            "start": 1182142064,
            "stop": 1182142069
        },
        {
            "start": 1182142071,
            "stop": 1182142173
        },
        {
            "start": 1182142174,
            "stop": 1182142274
        },
        {
            "start": 1182142275,
            "stop": 1182142281
        },
        {
            "start": 1182142283,
            "stop": 1182142293
        },
        {
            "start": 1182142295,
            "stop": 1182142304
        },
        {
            "start": 1182142306,
            "stop": 1182142353
        },
        {
            "start": 1182142354,
            "stop": 1182142445
        }
    ]
}