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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=226",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 227,
    "results": [
        {
            "start": 1421465451,
            "stop": 1421466101
        },
        {
            "start": 1421466102,
            "stop": 1421466587
        },
        {
            "start": 1421466591,
            "stop": 1421466910
        },
        {
            "start": 1421466911,
            "stop": 1421467159
        },
        {
            "start": 1421467168,
            "stop": 1421467235
        },
        {
            "start": 1421467239,
            "stop": 1421467367
        },
        {
            "start": 1421467371,
            "stop": 1421469771
        },
        {
            "start": 1421469775,
            "stop": 1421469935
        },
        {
            "start": 1421469943,
            "stop": 1421471627
        },
        {
            "start": 1421471631,
            "stop": 1421472091
        },
        {
            "start": 1421472095,
            "stop": 1421472827
        },
        {
            "start": 1421472831,
            "stop": 1421473115
        },
        {
            "start": 1421473123,
            "stop": 1421474511
        },
        {
            "start": 1421474515,
            "stop": 1421478029
        },
        {
            "start": 1421525198,
            "stop": 1421530708
        },
        {
            "start": 1421534260,
            "stop": 1421540668
        },
        {
            "start": 1421540669,
            "stop": 1421541007
        },
        {
            "start": 1421541011,
            "stop": 1421568962
        },
        {
            "start": 1421572345,
            "stop": 1421579699
        },
        {
            "start": 1421579701,
            "stop": 1421580140
        }
    ]
}