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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1965",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1963",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1964,
    "results": [
        {
            "start": 1253292424,
            "stop": 1253292877
        },
        {
            "start": 1253292880,
            "stop": 1253293159
        },
        {
            "start": 1253293160,
            "stop": 1253293197
        },
        {
            "start": 1253293198,
            "stop": 1253294765
        },
        {
            "start": 1253294768,
            "stop": 1253294769
        },
        {
            "start": 1253294774,
            "stop": 1253294784
        },
        {
            "start": 1253294787,
            "stop": 1253295245
        },
        {
            "start": 1253295248,
            "stop": 1253295333
        },
        {
            "start": 1253295335,
            "stop": 1253295361
        },
        {
            "start": 1253295364,
            "stop": 1253295646
        },
        {
            "start": 1253295649,
            "stop": 1253295827
        },
        {
            "start": 1253295830,
            "stop": 1253295870
        },
        {
            "start": 1253295873,
            "stop": 1253295936
        },
        {
            "start": 1253295939,
            "stop": 1253296406
        },
        {
            "start": 1253296409,
            "stop": 1253296504
        },
        {
            "start": 1253296507,
            "stop": 1253296693
        },
        {
            "start": 1253296696,
            "stop": 1253296887
        },
        {
            "start": 1253296890,
            "stop": 1253297240
        },
        {
            "start": 1253297243,
            "stop": 1253297305
        },
        {
            "start": 1253297308,
            "stop": 1253297323
        }
    ]
}