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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 124,
    "results": [
        {
            "start": 1258008878,
            "stop": 1258008963
        },
        {
            "start": 1258008966,
            "stop": 1258010338
        },
        {
            "start": 1258010341,
            "stop": 1258010445
        },
        {
            "start": 1258010448,
            "stop": 1258010999
        },
        {
            "start": 1258011002,
            "stop": 1258011626
        },
        {
            "start": 1258011629,
            "stop": 1258012086
        },
        {
            "start": 1258012089,
            "stop": 1258012829
        },
        {
            "start": 1258012832,
            "stop": 1258013145
        },
        {
            "start": 1258013148,
            "stop": 1258013283
        },
        {
            "start": 1258013286,
            "stop": 1258013312
        },
        {
            "start": 1258013315,
            "stop": 1258013316
        },
        {
            "start": 1258013319,
            "stop": 1258013440
        },
        {
            "start": 1258013443,
            "stop": 1258013541
        },
        {
            "start": 1258013544,
            "stop": 1258014084
        },
        {
            "start": 1258014087,
            "stop": 1258014454
        },
        {
            "start": 1258014457,
            "stop": 1258014468
        },
        {
            "start": 1258014476,
            "stop": 1258014518
        },
        {
            "start": 1258014521,
            "stop": 1258014598
        },
        {
            "start": 1258014601,
            "stop": 1258014820
        },
        {
            "start": 1258014823,
            "stop": 1258014841
        }
    ]
}