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=1984
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=1985",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1983",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1984,
    "results": [
        {
            "start": 1253570412,
            "stop": 1253571214
        },
        {
            "start": 1253571217,
            "stop": 1253571676
        },
        {
            "start": 1253571677,
            "stop": 1253571801
        },
        {
            "start": 1253571804,
            "stop": 1253572086
        },
        {
            "start": 1253572089,
            "stop": 1253572742
        },
        {
            "start": 1253572745,
            "stop": 1253573465
        },
        {
            "start": 1253573468,
            "stop": 1253573723
        },
        {
            "start": 1253573726,
            "stop": 1253574258
        },
        {
            "start": 1253574261,
            "stop": 1253574287
        },
        {
            "start": 1253574295,
            "stop": 1253578265
        },
        {
            "start": 1253578268,
            "stop": 1253578933
        },
        {
            "start": 1253578936,
            "stop": 1253580310
        },
        {
            "start": 1253580313,
            "stop": 1253580430
        },
        {
            "start": 1253580431,
            "stop": 1253580532
        },
        {
            "start": 1253580533,
            "stop": 1253580960
        },
        {
            "start": 1253580963,
            "stop": 1253581194
        },
        {
            "start": 1253581197,
            "stop": 1253581337
        },
        {
            "start": 1253581341,
            "stop": 1253581490
        },
        {
            "start": 1253581492,
            "stop": 1253581613
        },
        {
            "start": 1253581616,
            "stop": 1253581924
        }
    ]
}