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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=315",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 316,
    "results": [
        {
            "start": 847658343,
            "stop": 847658361
        },
        {
            "start": 847658362,
            "stop": 847658378
        },
        {
            "start": 847658379,
            "stop": 847658461
        },
        {
            "start": 847658463,
            "stop": 847658504
        },
        {
            "start": 847658506,
            "stop": 847658547
        },
        {
            "start": 847658548,
            "stop": 847658632
        },
        {
            "start": 847658634,
            "stop": 847658669
        },
        {
            "start": 847658670,
            "stop": 847658673
        },
        {
            "start": 847658674,
            "stop": 847658717
        },
        {
            "start": 847658718,
            "stop": 847658771
        },
        {
            "start": 847658772,
            "stop": 847658811
        },
        {
            "start": 847658812,
            "stop": 847658857
        },
        {
            "start": 847658858,
            "stop": 847658941
        },
        {
            "start": 847658942,
            "stop": 847658963
        },
        {
            "start": 847658964,
            "stop": 847658984
        },
        {
            "start": 847658985,
            "stop": 847659025
        },
        {
            "start": 847659026,
            "stop": 847659058
        },
        {
            "start": 847659059,
            "stop": 847659109
        },
        {
            "start": 847659110,
            "stop": 847659111
        },
        {
            "start": 847659114,
            "stop": 847659137
        }
    ]
}