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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=137",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 138,
    "results": [
        {
            "start": 1415825132,
            "stop": 1415831762
        },
        {
            "start": 1415831767,
            "stop": 1415834809
        },
        {
            "start": 1415834812,
            "stop": 1415841051
        },
        {
            "start": 1415841054,
            "stop": 1415846444
        },
        {
            "start": 1415846447,
            "stop": 1415855470
        },
        {
            "start": 1415855473,
            "stop": 1415857833
        },
        {
            "start": 1415857838,
            "stop": 1415869441
        },
        {
            "start": 1415869444,
            "stop": 1415876966
        },
        {
            "start": 1415876969,
            "stop": 1415882240
        },
        {
            "start": 1415882242,
            "stop": 1415883952
        },
        {
            "start": 1415893120,
            "stop": 1415905420
        },
        {
            "start": 1415905423,
            "stop": 1415908523
        },
        {
            "start": 1415908526,
            "stop": 1415919473
        },
        {
            "start": 1415919477,
            "stop": 1415927144
        },
        {
            "start": 1415927149,
            "stop": 1415931063
        },
        {
            "start": 1415931067,
            "stop": 1415939996
        },
        {
            "start": 1415939998,
            "stop": 1415943501
        },
        {
            "start": 1415943506,
            "stop": 1415963515
        },
        {
            "start": 1415963519,
            "stop": 1415970384
        },
        {
            "start": 1415970389,
            "stop": 1415982252
        }
    ]
}