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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=333",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 334,
    "results": [
        {
            "start": 1380423679,
            "stop": 1380433144
        },
        {
            "start": 1380441901,
            "stop": 1380446912
        },
        {
            "start": 1380446916,
            "stop": 1380452345
        },
        {
            "start": 1380452348,
            "stop": 1380455034
        },
        {
            "start": 1380467392,
            "stop": 1380471147
        },
        {
            "start": 1380471151,
            "stop": 1380472901
        },
        {
            "start": 1380472904,
            "stop": 1380481315
        },
        {
            "start": 1380495308,
            "stop": 1380499083
        },
        {
            "start": 1380499087,
            "stop": 1380501537
        },
        {
            "start": 1380501541,
            "stop": 1380504740
        },
        {
            "start": 1380504743,
            "stop": 1380509513
        },
        {
            "start": 1380517542,
            "stop": 1380518219
        },
        {
            "start": 1380518222,
            "stop": 1380519802
        },
        {
            "start": 1380519806,
            "stop": 1380527406
        },
        {
            "start": 1380527409,
            "stop": 1380529859
        },
        {
            "start": 1380529862,
            "stop": 1380531384
        },
        {
            "start": 1380531387,
            "stop": 1380532389
        },
        {
            "start": 1380532391,
            "stop": 1380533484
        },
        {
            "start": 1380533489,
            "stop": 1380555908
        },
        {
            "start": 1380555912,
            "stop": 1380561602
        }
    ]
}