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_STOCH_CAT2_H1L1/segments?format=api&page=42
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_H1L1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=41",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 42,
    "results": [
        {
            "start": 818510338,
            "stop": 818510638
        },
        {
            "start": 818510822,
            "stop": 818510942
        },
        {
            "start": 818511088,
            "stop": 818511208
        },
        {
            "start": 818511355,
            "stop": 818511475
        },
        {
            "start": 818511635,
            "stop": 818513015
        },
        {
            "start": 818513322,
            "stop": 818514162
        },
        {
            "start": 818514643,
            "stop": 818514883
        },
        {
            "start": 818552156,
            "stop": 818552456
        },
        {
            "start": 818552627,
            "stop": 818552687
        },
        {
            "start": 818552840,
            "stop": 818553680
        },
        {
            "start": 818553829,
            "stop": 818553889
        },
        {
            "start": 818554056,
            "stop": 818554476
        },
        {
            "start": 818554636,
            "stop": 818555176
        },
        {
            "start": 818555314,
            "stop": 818555794
        },
        {
            "start": 818555994,
            "stop": 818556414
        },
        {
            "start": 818556580,
            "stop": 818558020
        },
        {
            "start": 818558197,
            "stop": 818558737
        },
        {
            "start": 818558919,
            "stop": 818559099
        },
        {
            "start": 818559250,
            "stop": 818559370
        },
        {
            "start": 818559501,
            "stop": 818559561
        }
    ]
}