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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1783",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1781",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1782,
    "results": [
        {
            "start": 1249563251,
            "stop": 1249563252
        },
        {
            "start": 1249563253,
            "stop": 1249565501
        },
        {
            "start": 1249565504,
            "stop": 1249567007
        },
        {
            "start": 1249567010,
            "stop": 1249568005
        },
        {
            "start": 1249568008,
            "stop": 1249569597
        },
        {
            "start": 1249569600,
            "stop": 1249569756
        },
        {
            "start": 1249569759,
            "stop": 1249572006
        },
        {
            "start": 1249572014,
            "stop": 1249573136
        },
        {
            "start": 1249573139,
            "stop": 1249574338
        },
        {
            "start": 1249574340,
            "stop": 1249575010
        },
        {
            "start": 1249575013,
            "stop": 1249576611
        },
        {
            "start": 1249576614,
            "stop": 1249577162
        },
        {
            "start": 1249577165,
            "stop": 1249580864
        },
        {
            "start": 1249580865,
            "stop": 1249580868
        },
        {
            "start": 1249580869,
            "stop": 1249581926
        },
        {
            "start": 1249581928,
            "stop": 1249582173
        },
        {
            "start": 1249582175,
            "stop": 1249582176
        },
        {
            "start": 1249582177,
            "stop": 1249582227
        },
        {
            "start": 1249582230,
            "stop": 1249582233
        },
        {
            "start": 1249582234,
            "stop": 1249582235
        }
    ]
}