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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=567",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=565",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 566,
    "results": [
        {
            "start": 1262835110,
            "stop": 1262835112
        },
        {
            "start": 1262835117,
            "stop": 1262835142
        },
        {
            "start": 1262835148,
            "stop": 1262835159
        },
        {
            "start": 1262835161,
            "stop": 1262835169
        },
        {
            "start": 1262835191,
            "stop": 1262835208
        },
        {
            "start": 1262835211,
            "stop": 1262835240
        },
        {
            "start": 1262835259,
            "stop": 1262835556
        },
        {
            "start": 1262835559,
            "stop": 1262836257
        },
        {
            "start": 1262836260,
            "stop": 1262836449
        },
        {
            "start": 1262836452,
            "stop": 1262837992
        },
        {
            "start": 1262837995,
            "stop": 1262838517
        },
        {
            "start": 1262838520,
            "stop": 1262839297
        },
        {
            "start": 1262839300,
            "stop": 1262839450
        },
        {
            "start": 1262839453,
            "stop": 1262839683
        },
        {
            "start": 1262839687,
            "stop": 1262839691
        },
        {
            "start": 1262839693,
            "stop": 1262839696
        },
        {
            "start": 1262839699,
            "stop": 1262839712
        },
        {
            "start": 1262839713,
            "stop": 1262839729
        },
        {
            "start": 1262839734,
            "stop": 1262839758
        },
        {
            "start": 1262839761,
            "stop": 1262839762
        }
    ]
}