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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=78",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 79,
    "results": [
        {
            "start": 1410067277,
            "stop": 1410068454
        },
        {
            "start": 1410068459,
            "stop": 1410082588
        },
        {
            "start": 1410082593,
            "stop": 1410083630
        },
        {
            "start": 1410083635,
            "stop": 1410085296
        },
        {
            "start": 1410085301,
            "stop": 1410086259
        },
        {
            "start": 1410086264,
            "stop": 1410088051
        },
        {
            "start": 1410099391,
            "stop": 1410099750
        },
        {
            "start": 1410099755,
            "stop": 1410102652
        },
        {
            "start": 1410131609,
            "stop": 1410134324
        },
        {
            "start": 1410140997,
            "stop": 1410146020
        },
        {
            "start": 1410146025,
            "stop": 1410151833
        },
        {
            "start": 1410151838,
            "stop": 1410158971
        },
        {
            "start": 1410158976,
            "stop": 1410160449
        },
        {
            "start": 1410160454,
            "stop": 1410176018
        },
        {
            "start": 1410176022,
            "stop": 1410177012
        },
        {
            "start": 1410177017,
            "stop": 1410181674
        },
        {
            "start": 1410181679,
            "stop": 1410183198
        },
        {
            "start": 1410183203,
            "stop": 1410188670
        },
        {
            "start": 1410188675,
            "stop": 1410190010
        },
        {
            "start": 1410206178,
            "stop": 1410221974
        }
    ]
}