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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=175",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 176,
    "results": [
        {
            "start": 816832485,
            "stop": 816832489
        },
        {
            "start": 816832496,
            "stop": 816832637
        },
        {
            "start": 816832642,
            "stop": 816832646
        },
        {
            "start": 816832650,
            "stop": 816832652
        },
        {
            "start": 816832656,
            "stop": 816832688
        },
        {
            "start": 816832702,
            "stop": 816832710
        },
        {
            "start": 816832714,
            "stop": 816832722
        },
        {
            "start": 816832734,
            "stop": 816832735
        },
        {
            "start": 816832741,
            "stop": 816832742
        },
        {
            "start": 816832755,
            "stop": 816832895
        },
        {
            "start": 816832899,
            "stop": 816832903
        },
        {
            "start": 816832909,
            "stop": 816832914
        },
        {
            "start": 816832918,
            "stop": 816832927
        },
        {
            "start": 816832931,
            "stop": 816832940
        },
        {
            "start": 816832944,
            "stop": 816833014
        },
        {
            "start": 816833017,
            "stop": 816833054
        },
        {
            "start": 816833061,
            "stop": 816833083
        },
        {
            "start": 816833088,
            "stop": 816833090
        },
        {
            "start": 816833096,
            "stop": 816833160
        },
        {
            "start": 816833163,
            "stop": 816833167
        }
    ]
}