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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=192",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 193,
    "results": [
        {
            "start": 845435003,
            "stop": 845446606
        },
        {
            "start": 845446716,
            "stop": 845447033
        },
        {
            "start": 845448750,
            "stop": 845476795
        },
        {
            "start": 845477103,
            "stop": 845477301
        },
        {
            "start": 845477601,
            "stop": 845478586
        },
        {
            "start": 845478886,
            "stop": 845483875
        },
        {
            "start": 845484261,
            "stop": 845486783
        },
        {
            "start": 845486875,
            "stop": 845492592
        },
        {
            "start": 845492702,
            "stop": 845492952
        },
        {
            "start": 845493252,
            "stop": 845503701
        },
        {
            "start": 845510815,
            "stop": 845533118
        },
        {
            "start": 845533228,
            "stop": 845533259
        },
        {
            "start": 845533559,
            "stop": 845533593
        },
        {
            "start": 845534266,
            "stop": 845534340
        },
        {
            "start": 845534450,
            "stop": 845537233
        },
        {
            "start": 845537533,
            "stop": 845540402
        },
        {
            "start": 845543338,
            "stop": 845543611
        },
        {
            "start": 845543911,
            "stop": 845544158
        },
        {
            "start": 845544560,
            "stop": 845544735
        },
        {
            "start": 845544845,
            "stop": 845546786
        }
    ]
}