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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 18,
    "results": [
        {
            "start": 1257031653,
            "stop": 1257033567
        },
        {
            "start": 1257033570,
            "stop": 1257033576
        },
        {
            "start": 1257033579,
            "stop": 1257035484
        },
        {
            "start": 1257035485,
            "stop": 1257035558
        },
        {
            "start": 1257035559,
            "stop": 1257035903
        },
        {
            "start": 1257035905,
            "stop": 1257035920
        },
        {
            "start": 1257035921,
            "stop": 1257036119
        },
        {
            "start": 1257036121,
            "stop": 1257036176
        },
        {
            "start": 1257036178,
            "stop": 1257036485
        },
        {
            "start": 1257036488,
            "stop": 1257036523
        },
        {
            "start": 1257036525,
            "stop": 1257036527
        },
        {
            "start": 1257036528,
            "stop": 1257036535
        },
        {
            "start": 1257036537,
            "stop": 1257036551
        },
        {
            "start": 1257036553,
            "stop": 1257036554
        },
        {
            "start": 1257036561,
            "stop": 1257036568
        },
        {
            "start": 1257036569,
            "stop": 1257036571
        },
        {
            "start": 1257036572,
            "stop": 1257036611
        },
        {
            "start": 1257036613,
            "stop": 1257036624
        },
        {
            "start": 1257036625,
            "stop": 1257036626
        },
        {
            "start": 1257036638,
            "stop": 1257036646
        }
    ]
}