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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 17,
    "results": [
        {
            "start": 1256995698,
            "stop": 1256996004
        },
        {
            "start": 1256996006,
            "stop": 1256998769
        },
        {
            "start": 1256998772,
            "stop": 1256999127
        },
        {
            "start": 1256999130,
            "stop": 1256999799
        },
        {
            "start": 1256999802,
            "stop": 1257000181
        },
        {
            "start": 1257000184,
            "stop": 1257001793
        },
        {
            "start": 1257001796,
            "stop": 1257001812
        },
        {
            "start": 1257001814,
            "stop": 1257001823
        },
        {
            "start": 1257001826,
            "stop": 1257001849
        },
        {
            "start": 1257001852,
            "stop": 1257001867
        },
        {
            "start": 1257001870,
            "stop": 1257002021
        },
        {
            "start": 1257002690,
            "stop": 1257004651
        },
        {
            "start": 1257004654,
            "stop": 1257004997
        },
        {
            "start": 1257029410,
            "stop": 1257030366
        },
        {
            "start": 1257030369,
            "stop": 1257031068
        },
        {
            "start": 1257031069,
            "stop": 1257031087
        },
        {
            "start": 1257031088,
            "stop": 1257031444
        },
        {
            "start": 1257031445,
            "stop": 1257031573
        },
        {
            "start": 1257031574,
            "stop": 1257031626
        },
        {
            "start": 1257031629,
            "stop": 1257031650
        }
    ]
}