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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3658",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3656",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3657,
    "results": [
        {
            "start": 970738783,
            "stop": 970738821
        },
        {
            "start": 970738824,
            "stop": 970738915
        },
        {
            "start": 970738918,
            "stop": 970739152
        },
        {
            "start": 970739153,
            "stop": 970739603
        },
        {
            "start": 970739606,
            "stop": 970739630
        },
        {
            "start": 970739633,
            "stop": 970739807
        },
        {
            "start": 970739811,
            "stop": 970739846
        },
        {
            "start": 970739849,
            "stop": 970739856
        },
        {
            "start": 970739859,
            "stop": 970739869
        },
        {
            "start": 970739872,
            "stop": 970740014
        },
        {
            "start": 970740025,
            "stop": 970740920
        },
        {
            "start": 970740922,
            "stop": 970741145
        },
        {
            "start": 970741148,
            "stop": 970742796
        },
        {
            "start": 970742799,
            "stop": 970742872
        },
        {
            "start": 970742875,
            "stop": 970742981
        },
        {
            "start": 970742986,
            "stop": 970743358
        },
        {
            "start": 970743361,
            "stop": 970743401
        },
        {
            "start": 970743404,
            "stop": 970744036
        },
        {
            "start": 970744039,
            "stop": 970744484
        },
        {
            "start": 970744487,
            "stop": 970744686
        }
    ]
}