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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10297",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10298,
    "results": [
        {
            "start": 875119380,
            "stop": 875119441
        },
        {
            "start": 875119680,
            "stop": 875119800
        },
        {
            "start": 875119920,
            "stop": 875119988
        },
        {
            "start": 875120024,
            "stop": 875120041
        },
        {
            "start": 875120077,
            "stop": 875120460
        },
        {
            "start": 875120520,
            "stop": 875120580
        },
        {
            "start": 875120640,
            "stop": 875121180
        },
        {
            "start": 875121240,
            "stop": 875121333
        },
        {
            "start": 875121370,
            "stop": 875121722
        },
        {
            "start": 875121739,
            "stop": 875121877
        },
        {
            "start": 875122014,
            "stop": 875122520
        },
        {
            "start": 875122575,
            "stop": 875122629
        },
        {
            "start": 875122665,
            "stop": 875122673
        },
        {
            "start": 875122709,
            "stop": 875122733
        },
        {
            "start": 875122769,
            "stop": 875122829
        },
        {
            "start": 875122865,
            "stop": 875122885
        },
        {
            "start": 875122952,
            "stop": 875123196
        },
        {
            "start": 875123232,
            "stop": 875123254
        },
        {
            "start": 875123325,
            "stop": 875123409
        },
        {
            "start": 875123561,
            "stop": 875123639
        }
    ]
}