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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=438",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 439,
    "results": [
        {
            "start": 867902743,
            "stop": 867903921
        },
        {
            "start": 867903925,
            "stop": 867904199
        },
        {
            "start": 867904203,
            "stop": 867904540
        },
        {
            "start": 867904544,
            "stop": 867904865
        },
        {
            "start": 867904869,
            "stop": 867904976
        },
        {
            "start": 867904980,
            "stop": 867905427
        },
        {
            "start": 867905432,
            "stop": 867905438
        },
        {
            "start": 867905446,
            "stop": 867905452
        },
        {
            "start": 867905456,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 867978392
        },
        {
            "start": 867978396,
            "stop": 868028135
        },
        {
            "start": 868028252,
            "stop": 868054771
        },
        {
            "start": 868056148,
            "stop": 868059611
        },
        {
            "start": 868059917,
            "stop": 868114684
        },
        {
            "start": 868140793,
            "stop": 868162679
        },
        {
            "start": 868162809,
            "stop": 868216370
        },
        {
            "start": 868221995,
            "stop": 868223100
        },
        {
            "start": 868223247,
            "stop": 868223700
        },
        {
            "start": 868223872,
            "stop": 868224105
        },
        {
            "start": 868228889,
            "stop": 868232624
        }
    ]
}