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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 6,
    "results": [
        {
            "start": 931126302,
            "stop": 931126303
        },
        {
            "start": 931127116,
            "stop": 931131473
        },
        {
            "start": 931131904,
            "stop": 931131924
        },
        {
            "start": 931131926,
            "stop": 931131937
        },
        {
            "start": 931131939,
            "stop": 931131989
        },
        {
            "start": 931131991,
            "stop": 931132357
        },
        {
            "start": 931132358,
            "stop": 931132668
        },
        {
            "start": 931132670,
            "stop": 931132674
        },
        {
            "start": 931132677,
            "stop": 931132697
        },
        {
            "start": 931132701,
            "stop": 931132702
        },
        {
            "start": 931132704,
            "stop": 931132712
        },
        {
            "start": 931132719,
            "stop": 931132723
        },
        {
            "start": 931132725,
            "stop": 931132739
        },
        {
            "start": 931132741,
            "stop": 931132955
        },
        {
            "start": 931134040,
            "stop": 931134041
        },
        {
            "start": 931134043,
            "stop": 931134044
        },
        {
            "start": 931134046,
            "stop": 931134057
        },
        {
            "start": 931134555,
            "stop": 931134584
        },
        {
            "start": 931134586,
            "stop": 931134590
        },
        {
            "start": 931134591,
            "stop": 931134593
        }
    ]
}