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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1055",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1053",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1054,
    "results": [
        {
            "start": 1253013051,
            "stop": 1253013702
        },
        {
            "start": 1253013710,
            "stop": 1253014055
        },
        {
            "start": 1253014059,
            "stop": 1253014394
        },
        {
            "start": 1253014398,
            "stop": 1253015258
        },
        {
            "start": 1253015262,
            "stop": 1253018373
        },
        {
            "start": 1253018377,
            "stop": 1253019066
        },
        {
            "start": 1253019070,
            "stop": 1253023847
        },
        {
            "start": 1253023852,
            "stop": 1253024142
        },
        {
            "start": 1253024145,
            "stop": 1253024779
        },
        {
            "start": 1253024785,
            "stop": 1253025359
        },
        {
            "start": 1253025364,
            "stop": 1253025635
        },
        {
            "start": 1253025636,
            "stop": 1253025854
        },
        {
            "start": 1253025858,
            "stop": 1253026090
        },
        {
            "start": 1253026098,
            "stop": 1253026192
        },
        {
            "start": 1253026196,
            "stop": 1253026498
        },
        {
            "start": 1253026502,
            "stop": 1253026530
        },
        {
            "start": 1253026534,
            "stop": 1253026716
        },
        {
            "start": 1253026719,
            "stop": 1253026787
        },
        {
            "start": 1253026791,
            "stop": 1253027650
        },
        {
            "start": 1253027653,
            "stop": 1253027679
        }
    ]
}