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_H2L1/segments?format=api&page=910
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_H2L1/segments?format=api&page=911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=909",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 910,
    "results": [
        {
            "start": 867852942,
            "stop": 867853152
        },
        {
            "start": 867854532,
            "stop": 867855432
        },
        {
            "start": 867855582,
            "stop": 867856452
        },
        {
            "start": 867856672,
            "stop": 867857092
        },
        {
            "start": 867859281,
            "stop": 867859941
        },
        {
            "start": 867860089,
            "stop": 867866209
        },
        {
            "start": 867866374,
            "stop": 867867394
        },
        {
            "start": 867867547,
            "stop": 867867907
        },
        {
            "start": 867868118,
            "stop": 867869318
        },
        {
            "start": 867869482,
            "stop": 867871492
        },
        {
            "start": 867871612,
            "stop": 867876802
        },
        {
            "start": 867876977,
            "stop": 867878177
        },
        {
            "start": 867893376,
            "stop": 867895296
        },
        {
            "start": 867895510,
            "stop": 867901090
        },
        {
            "start": 867901312,
            "stop": 867907192
        },
        {
            "start": 867907413,
            "stop": 867909093
        },
        {
            "start": 867909243,
            "stop": 867910473
        },
        {
            "start": 867912199,
            "stop": 867914959
        },
        {
            "start": 867919121,
            "stop": 867925361
        },
        {
            "start": 867925579,
            "stop": 867926509
        }
    ]
}