Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=745
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=746",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=744",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 745,
    "results": [
        {
            "start": 1268161941,
            "stop": 1268163567
        },
        {
            "start": 1268163569,
            "stop": 1268164033
        },
        {
            "start": 1268164036,
            "stop": 1268168722
        },
        {
            "start": 1268168725,
            "stop": 1268168970
        },
        {
            "start": 1268168973,
            "stop": 1268169173
        },
        {
            "start": 1268169176,
            "stop": 1268171700
        },
        {
            "start": 1268174086,
            "stop": 1268174130
        },
        {
            "start": 1268174132,
            "stop": 1268174730
        },
        {
            "start": 1268174733,
            "stop": 1268176635
        },
        {
            "start": 1268176638,
            "stop": 1268183593
        },
        {
            "start": 1268183597,
            "stop": 1268185235
        },
        {
            "start": 1268185238,
            "stop": 1268186576
        },
        {
            "start": 1268186584,
            "stop": 1268187909
        },
        {
            "start": 1268187912,
            "stop": 1268195842
        },
        {
            "start": 1268195844,
            "stop": 1268196630
        },
        {
            "start": 1268196638,
            "stop": 1268197383
        },
        {
            "start": 1268197386,
            "stop": 1268198470
        },
        {
            "start": 1268199249,
            "stop": 1268204029
        },
        {
            "start": 1268204032,
            "stop": 1268204086
        },
        {
            "start": 1268204088,
            "stop": 1268204582
        }
    ]
}