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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=183",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 184,
    "results": [
        {
            "start": 831923329,
            "stop": 831924405
        },
        {
            "start": 831926586,
            "stop": 831928279
        },
        {
            "start": 831928391,
            "stop": 831928468
        },
        {
            "start": 831928470,
            "stop": 831929583
        },
        {
            "start": 831929700,
            "stop": 831930868
        },
        {
            "start": 831931101,
            "stop": 831933980
        },
        {
            "start": 831933983,
            "stop": 831934122
        },
        {
            "start": 831934593,
            "stop": 831936314
        },
        {
            "start": 831936316,
            "stop": 831936550
        },
        {
            "start": 831937979,
            "stop": 831938248
        },
        {
            "start": 831938251,
            "stop": 831938252
        },
        {
            "start": 831938254,
            "stop": 831938257
        },
        {
            "start": 831938259,
            "stop": 831938412
        },
        {
            "start": 831940703,
            "stop": 831941535
        },
        {
            "start": 831944172,
            "stop": 831946886
        },
        {
            "start": 831947878,
            "stop": 831965049
        },
        {
            "start": 831965051,
            "stop": 831966878
        },
        {
            "start": 831968048,
            "stop": 831971508
        },
        {
            "start": 831972543,
            "stop": 831973169
        },
        {
            "start": 831973171,
            "stop": 831973522
        }
    ]
}