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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=199",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 200,
    "results": [
        {
            "start": 826545456,
            "stop": 826545516
        },
        {
            "start": 826545816,
            "stop": 826546176
        },
        {
            "start": 826546378,
            "stop": 826546678
        },
        {
            "start": 826546847,
            "stop": 826547387
        },
        {
            "start": 826547669,
            "stop": 826547969
        },
        {
            "start": 826548127,
            "stop": 826548247
        },
        {
            "start": 826548407,
            "stop": 826548527
        },
        {
            "start": 826551319,
            "stop": 826551679
        },
        {
            "start": 826551913,
            "stop": 826552033
        },
        {
            "start": 826552226,
            "stop": 826552496
        },
        {
            "start": 826552728,
            "stop": 826552848
        },
        {
            "start": 826553433,
            "stop": 826553493
        },
        {
            "start": 826563345,
            "stop": 826563405
        },
        {
            "start": 826564171,
            "stop": 826564471
        },
        {
            "start": 826565799,
            "stop": 826565859
        },
        {
            "start": 826566048,
            "stop": 826566648
        },
        {
            "start": 826566812,
            "stop": 826566932
        },
        {
            "start": 826567116,
            "stop": 826567416
        },
        {
            "start": 826567748,
            "stop": 826567868
        },
        {
            "start": 826568309,
            "stop": 826568429
        }
    ]
}