Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=121",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 122,
    "results": [
        {
            "start": 821329614,
            "stop": 821330274
        },
        {
            "start": 821330451,
            "stop": 821330631
        },
        {
            "start": 821330935,
            "stop": 821331115
        },
        {
            "start": 821331485,
            "stop": 821331965
        },
        {
            "start": 821332111,
            "stop": 821332231
        },
        {
            "start": 821332474,
            "stop": 821332954
        },
        {
            "start": 821333212,
            "stop": 821333632
        },
        {
            "start": 821333790,
            "stop": 821333850
        },
        {
            "start": 821334367,
            "stop": 821334907
        },
        {
            "start": 821335067,
            "stop": 821335307
        },
        {
            "start": 821335513,
            "stop": 821335873
        },
        {
            "start": 821336171,
            "stop": 821336531
        },
        {
            "start": 821336699,
            "stop": 821336759
        },
        {
            "start": 821337249,
            "stop": 821337309
        },
        {
            "start": 821337465,
            "stop": 821337525
        },
        {
            "start": 821337669,
            "stop": 821337729
        },
        {
            "start": 821337884,
            "stop": 821338064
        },
        {
            "start": 821338424,
            "stop": 821338514
        },
        {
            "start": 821338679,
            "stop": 821339519
        },
        {
            "start": 821339742,
            "stop": 821339862
        }
    ]
}