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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=21",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 22,
    "results": [
        {
            "start": 934283453,
            "stop": 934283466
        },
        {
            "start": 934283944,
            "stop": 934287292
        },
        {
            "start": 934288910,
            "stop": 934289003
        },
        {
            "start": 934294636,
            "stop": 934294872
        },
        {
            "start": 934298264,
            "stop": 934298927
        },
        {
            "start": 934300608,
            "stop": 934300761
        },
        {
            "start": 934302193,
            "stop": 934303833
        },
        {
            "start": 934306148,
            "stop": 934306497
        },
        {
            "start": 934307215,
            "stop": 934307634
        },
        {
            "start": 934308260,
            "stop": 934308849
        },
        {
            "start": 934309438,
            "stop": 934316518
        },
        {
            "start": 934318818,
            "stop": 934322142
        },
        {
            "start": 934324420,
            "stop": 934329485
        },
        {
            "start": 934335327,
            "stop": 934366549
        },
        {
            "start": 934367833,
            "stop": 934371262
        },
        {
            "start": 934376110,
            "stop": 934377983
        },
        {
            "start": 934384081,
            "stop": 934384266
        },
        {
            "start": 934384918,
            "stop": 934387155
        },
        {
            "start": 934389917,
            "stop": 934389918
        },
        {
            "start": 934390045,
            "stop": 934394316
        }
    ]
}