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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=223",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 224,
    "results": [
        {
            "start": 821519119,
            "stop": 821520295
        },
        {
            "start": 821521226,
            "stop": 821521248
        },
        {
            "start": 821521251,
            "stop": 821522617
        },
        {
            "start": 821522620,
            "stop": 821522702
        },
        {
            "start": 821522705,
            "stop": 821522724
        },
        {
            "start": 821524082,
            "stop": 821524147
        },
        {
            "start": 821524150,
            "stop": 821524609
        },
        {
            "start": 821524613,
            "stop": 821524998
        },
        {
            "start": 821525002,
            "stop": 821525109
        },
        {
            "start": 821525114,
            "stop": 821525421
        },
        {
            "start": 821525424,
            "stop": 821526465
        },
        {
            "start": 821526468,
            "stop": 821526638
        },
        {
            "start": 821526642,
            "stop": 821526827
        },
        {
            "start": 821526831,
            "stop": 821526963
        },
        {
            "start": 821526966,
            "stop": 821527210
        },
        {
            "start": 821527213,
            "stop": 821527339
        },
        {
            "start": 821527342,
            "stop": 821527752
        },
        {
            "start": 821527755,
            "stop": 821527850
        },
        {
            "start": 821527853,
            "stop": 821527994
        },
        {
            "start": 821527997,
            "stop": 821528441
        }
    ]
}