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_H1L1/segments?format=api&page=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=193",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 194,
    "results": [
        {
            "start": 826544873,
            "stop": 826545293
        },
        {
            "start": 826545456,
            "stop": 826545516
        },
        {
            "start": 826545816,
            "stop": 826546176
        },
        {
            "start": 826546378,
            "stop": 826546678
        },
        {
            "start": 826546847,
            "stop": 826547387
        },
        {
            "start": 826547676,
            "stop": 826547856
        },
        {
            "start": 826553497,
            "stop": 826553617
        },
        {
            "start": 826554688,
            "stop": 826554748
        },
        {
            "start": 826554904,
            "stop": 826555024
        },
        {
            "start": 826555896,
            "stop": 826555956
        },
        {
            "start": 826565536,
            "stop": 826565626
        },
        {
            "start": 826565799,
            "stop": 826565859
        },
        {
            "start": 826566044,
            "stop": 826566944
        },
        {
            "start": 826567116,
            "stop": 826567416
        },
        {
            "start": 826567602,
            "stop": 826567842
        },
        {
            "start": 826568309,
            "stop": 826568429
        },
        {
            "start": 826568584,
            "stop": 826568764
        },
        {
            "start": 826569009,
            "stop": 826569369
        },
        {
            "start": 826569631,
            "stop": 826569811
        },
        {
            "start": 826570077,
            "stop": 826570197
        }
    ]
}