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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3829",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3830,
    "results": [
        {
            "start": 874920301,
            "stop": 874920477
        },
        {
            "start": 874920494,
            "stop": 874920525
        },
        {
            "start": 874920551,
            "stop": 874920565
        },
        {
            "start": 874920582,
            "stop": 874920583
        },
        {
            "start": 874920613,
            "stop": 874920662
        },
        {
            "start": 874920706,
            "stop": 874921066
        },
        {
            "start": 874921083,
            "stop": 874921654
        },
        {
            "start": 874921673,
            "stop": 874922103
        },
        {
            "start": 874922136,
            "stop": 874922418
        },
        {
            "start": 874922435,
            "stop": 874923021
        },
        {
            "start": 874923038,
            "stop": 874923309
        },
        {
            "start": 874923326,
            "stop": 874923720
        },
        {
            "start": 874923780,
            "stop": 874924300
        },
        {
            "start": 874924317,
            "stop": 874924383
        },
        {
            "start": 874924400,
            "stop": 874924413
        },
        {
            "start": 874924430,
            "stop": 874924713
        },
        {
            "start": 874924735,
            "stop": 874924777
        },
        {
            "start": 874924794,
            "stop": 874925374
        },
        {
            "start": 874925391,
            "stop": 874925603
        },
        {
            "start": 874925620,
            "stop": 874925667
        }
    ]
}