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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=321",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 322,
    "results": [
        {
            "start": 1378550777,
            "stop": 1378552585
        },
        {
            "start": 1378552587,
            "stop": 1378553851
        },
        {
            "start": 1378553853,
            "stop": 1378555469
        },
        {
            "start": 1378555470,
            "stop": 1378555585
        },
        {
            "start": 1378560398,
            "stop": 1378560675
        },
        {
            "start": 1378560677,
            "stop": 1378562459
        },
        {
            "start": 1378580503,
            "stop": 1378583192
        },
        {
            "start": 1378583194,
            "stop": 1378585804
        },
        {
            "start": 1378585806,
            "stop": 1378588043
        },
        {
            "start": 1378588045,
            "stop": 1378589153
        },
        {
            "start": 1378589158,
            "stop": 1378589854
        },
        {
            "start": 1378589855,
            "stop": 1378590556
        },
        {
            "start": 1378590557,
            "stop": 1378591608
        },
        {
            "start": 1378591610,
            "stop": 1378592161
        },
        {
            "start": 1378592162,
            "stop": 1378593020
        },
        {
            "start": 1378593021,
            "stop": 1378593550
        },
        {
            "start": 1378593552,
            "stop": 1378594715
        },
        {
            "start": 1378594717,
            "stop": 1378595226
        },
        {
            "start": 1378595230,
            "stop": 1378596238
        },
        {
            "start": 1378596239,
            "stop": 1378597392
        }
    ]
}