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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1667",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1665",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1666,
    "results": [
        {
            "start": 1248464719,
            "stop": 1248464814
        },
        {
            "start": 1248464817,
            "stop": 1248465659
        },
        {
            "start": 1248465667,
            "stop": 1248465901
        },
        {
            "start": 1248465904,
            "stop": 1248465922
        },
        {
            "start": 1248465925,
            "stop": 1248465950
        },
        {
            "start": 1248465953,
            "stop": 1248467728
        },
        {
            "start": 1248467731,
            "stop": 1248468156
        },
        {
            "start": 1248468159,
            "stop": 1248468181
        },
        {
            "start": 1248468184,
            "stop": 1248468372
        },
        {
            "start": 1248468374,
            "stop": 1248468697
        },
        {
            "start": 1248468700,
            "stop": 1248469304
        },
        {
            "start": 1248473427,
            "stop": 1248473768
        },
        {
            "start": 1248473771,
            "stop": 1248473826
        },
        {
            "start": 1248473829,
            "stop": 1248473986
        },
        {
            "start": 1248473989,
            "stop": 1248475734
        },
        {
            "start": 1248475737,
            "stop": 1248476077
        },
        {
            "start": 1248476085,
            "stop": 1248476381
        },
        {
            "start": 1248476389,
            "stop": 1248476724
        },
        {
            "start": 1248476727,
            "stop": 1248478606
        },
        {
            "start": 1248478609,
            "stop": 1248482045
        }
    ]
}