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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9122",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9123,
    "results": [
        {
            "start": 875045439,
            "stop": 875046251
        },
        {
            "start": 875046281,
            "stop": 875046364
        },
        {
            "start": 875046383,
            "stop": 875046399
        },
        {
            "start": 875046419,
            "stop": 875046428
        },
        {
            "start": 875046467,
            "stop": 875046505
        },
        {
            "start": 875046524,
            "stop": 875046833
        },
        {
            "start": 875046852,
            "stop": 875046940
        },
        {
            "start": 875046959,
            "stop": 875046988
        },
        {
            "start": 875047007,
            "stop": 875047010
        },
        {
            "start": 875047030,
            "stop": 875047191
        },
        {
            "start": 875047210,
            "stop": 875047221
        },
        {
            "start": 875047240,
            "stop": 875047295
        },
        {
            "start": 875049043,
            "stop": 875049339
        },
        {
            "start": 875049360,
            "stop": 875049446
        },
        {
            "start": 875049465,
            "stop": 875049566
        },
        {
            "start": 875049586,
            "stop": 875050130
        },
        {
            "start": 875050147,
            "stop": 875050240
        },
        {
            "start": 875050259,
            "stop": 875050266
        },
        {
            "start": 875050285,
            "stop": 875050464
        },
        {
            "start": 875050483,
            "stop": 875050655
        }
    ]
}