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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3974",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3975,
    "results": [
        {
            "start": 874612268,
            "stop": 874612856
        },
        {
            "start": 874612859,
            "stop": 874615867
        },
        {
            "start": 874615870,
            "stop": 874616278
        },
        {
            "start": 874616282,
            "stop": 874616568
        },
        {
            "start": 874617160,
            "stop": 874617741
        },
        {
            "start": 874617744,
            "stop": 874620873
        },
        {
            "start": 874620875,
            "stop": 874622732
        },
        {
            "start": 874622735,
            "stop": 874622784
        },
        {
            "start": 874622788,
            "stop": 874625439
        },
        {
            "start": 874625442,
            "stop": 874625458
        },
        {
            "start": 874625463,
            "stop": 874625465
        },
        {
            "start": 874625468,
            "stop": 874625678
        },
        {
            "start": 874625681,
            "stop": 874625798
        },
        {
            "start": 874625801,
            "stop": 874625981
        },
        {
            "start": 874625986,
            "stop": 874626045
        },
        {
            "start": 874626048,
            "stop": 874626219
        },
        {
            "start": 874626222,
            "stop": 874630935
        },
        {
            "start": 874630938,
            "stop": 874632818
        },
        {
            "start": 874632823,
            "stop": 874632884
        },
        {
            "start": 874632887,
            "stop": 874633393
        }
    ]
}