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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 129,
    "results": [
        {
            "start": 1372568128,
            "stop": 1372570463
        },
        {
            "start": 1372570464,
            "stop": 1372572490
        },
        {
            "start": 1372572491,
            "stop": 1372574630
        },
        {
            "start": 1372574632,
            "stop": 1372576315
        },
        {
            "start": 1372576320,
            "stop": 1372576824
        },
        {
            "start": 1372576826,
            "stop": 1372578663
        },
        {
            "start": 1372578665,
            "stop": 1372580651
        },
        {
            "start": 1372580652,
            "stop": 1372584617
        },
        {
            "start": 1372584619,
            "stop": 1372586517
        },
        {
            "start": 1372586519,
            "stop": 1372588506
        },
        {
            "start": 1372588508,
            "stop": 1372589022
        },
        {
            "start": 1372589026,
            "stop": 1372592715
        },
        {
            "start": 1372592716,
            "stop": 1372594684
        },
        {
            "start": 1372594686,
            "stop": 1372596757
        },
        {
            "start": 1372596759,
            "stop": 1372601170
        },
        {
            "start": 1372601172,
            "stop": 1372603478
        },
        {
            "start": 1372603480,
            "stop": 1372604778
        },
        {
            "start": 1372604781,
            "stop": 1372605976
        },
        {
            "start": 1372605978,
            "stop": 1372610883
        },
        {
            "start": 1372610885,
            "stop": 1372611787
        }
    ]
}