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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=343",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 344,
    "results": [
        {
            "start": 1264115942,
            "stop": 1264115964
        },
        {
            "start": 1264119483,
            "stop": 1264119515
        },
        {
            "start": 1264119520,
            "stop": 1264119973
        },
        {
            "start": 1264119978,
            "stop": 1264120265
        },
        {
            "start": 1264120270,
            "stop": 1264120379
        },
        {
            "start": 1264120384,
            "stop": 1264126031
        },
        {
            "start": 1264126036,
            "stop": 1264126110
        },
        {
            "start": 1264126115,
            "stop": 1264128863
        },
        {
            "start": 1264128864,
            "stop": 1264131949
        },
        {
            "start": 1264131954,
            "stop": 1264133581
        },
        {
            "start": 1264133583,
            "stop": 1264137658
        },
        {
            "start": 1264145647,
            "stop": 1264146468
        },
        {
            "start": 1264146470,
            "stop": 1264147219
        },
        {
            "start": 1264147224,
            "stop": 1264152268
        },
        {
            "start": 1264152270,
            "stop": 1264152827
        },
        {
            "start": 1264152832,
            "stop": 1264154371
        },
        {
            "start": 1264154373,
            "stop": 1264154697
        },
        {
            "start": 1264154701,
            "stop": 1264156265
        },
        {
            "start": 1264156266,
            "stop": 1264157033
        },
        {
            "start": 1264157036,
            "stop": 1264157634
        }
    ]
}