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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=237",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 238,
    "results": [
        {
            "start": 847983326,
            "stop": 847983327
        },
        {
            "start": 847984256,
            "stop": 847990273
        },
        {
            "start": 847990293,
            "stop": 847990295
        },
        {
            "start": 847990505,
            "stop": 847998613
        },
        {
            "start": 848008539,
            "stop": 848016319
        },
        {
            "start": 848016490,
            "stop": 848021053
        },
        {
            "start": 848021078,
            "stop": 848021079
        },
        {
            "start": 848021565,
            "stop": 848042773
        },
        {
            "start": 848042802,
            "stop": 848042804
        },
        {
            "start": 848043437,
            "stop": 848048953
        },
        {
            "start": 848048961,
            "stop": 848048962
        },
        {
            "start": 848049961,
            "stop": 848060413
        },
        {
            "start": 848060419,
            "stop": 848060420
        },
        {
            "start": 848061077,
            "stop": 848061973
        },
        {
            "start": 848062001,
            "stop": 848062002
        },
        {
            "start": 848062124,
            "stop": 848063293
        },
        {
            "start": 848065206,
            "stop": 848066639
        },
        {
            "start": 848071106,
            "stop": 848073304
        },
        {
            "start": 848094656,
            "stop": 848095633
        },
        {
            "start": 848097336,
            "stop": 848132533
        }
    ]
}