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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=13",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 14,
    "results": [
        {
            "start": 816268100,
            "stop": 816268453
        },
        {
            "start": 816268460,
            "stop": 816268469
        },
        {
            "start": 816268477,
            "stop": 816268530
        },
        {
            "start": 816268770,
            "stop": 816269353
        },
        {
            "start": 816270860,
            "stop": 816271018
        },
        {
            "start": 816271026,
            "stop": 816271053
        },
        {
            "start": 816271060,
            "stop": 816271102
        },
        {
            "start": 816271350,
            "stop": 816271387
        },
        {
            "start": 816271394,
            "stop": 816271455
        },
        {
            "start": 816271484,
            "stop": 816271497
        },
        {
            "start": 816271504,
            "stop": 816271546
        },
        {
            "start": 816271554,
            "stop": 816271610
        },
        {
            "start": 816271618,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816272041
        },
        {
            "start": 816272049,
            "stop": 816272130
        },
        {
            "start": 816272370,
            "stop": 816272371
        },
        {
            "start": 816272379,
            "stop": 816272398
        },
        {
            "start": 816272440,
            "stop": 816272454
        },
        {
            "start": 816272486,
            "stop": 816272495
        },
        {
            "start": 816272502,
            "stop": 816272508
        }
    ]
}