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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=287",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 288,
    "results": [
        {
            "start": 822243265,
            "stop": 822243323
        },
        {
            "start": 822243329,
            "stop": 822243363
        },
        {
            "start": 822243368,
            "stop": 822243494
        },
        {
            "start": 822243499,
            "stop": 822243532
        },
        {
            "start": 822243540,
            "stop": 822243558
        },
        {
            "start": 822243574,
            "stop": 822243581
        },
        {
            "start": 822243586,
            "stop": 822243590
        },
        {
            "start": 822246511,
            "stop": 822246663
        },
        {
            "start": 822246668,
            "stop": 822247021
        },
        {
            "start": 822247027,
            "stop": 822247864
        },
        {
            "start": 822247869,
            "stop": 822247924
        },
        {
            "start": 822247929,
            "stop": 822248044
        },
        {
            "start": 822248055,
            "stop": 822248265
        },
        {
            "start": 822248270,
            "stop": 822248328
        },
        {
            "start": 822248333,
            "stop": 822248504
        },
        {
            "start": 822248560,
            "stop": 822248569
        },
        {
            "start": 822248574,
            "stop": 822248912
        },
        {
            "start": 822248917,
            "stop": 822248932
        },
        {
            "start": 822248937,
            "stop": 822249303
        },
        {
            "start": 822249308,
            "stop": 822249809
        }
    ]
}