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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 132,
    "results": [
        {
            "start": 1372661491,
            "stop": 1372662630
        },
        {
            "start": 1372662634,
            "stop": 1372663517
        },
        {
            "start": 1372663519,
            "stop": 1372665666
        },
        {
            "start": 1372665668,
            "stop": 1372667688
        },
        {
            "start": 1372667689,
            "stop": 1372669718
        },
        {
            "start": 1372669719,
            "stop": 1372671639
        },
        {
            "start": 1372671641,
            "stop": 1372673718
        },
        {
            "start": 1372673720,
            "stop": 1372674039
        },
        {
            "start": 1372674042,
            "stop": 1372676374
        },
        {
            "start": 1372676375,
            "stop": 1372678744
        },
        {
            "start": 1372678747,
            "stop": 1372680476
        },
        {
            "start": 1372680478,
            "stop": 1372684458
        },
        {
            "start": 1372684463,
            "stop": 1372685863
        },
        {
            "start": 1372685865,
            "stop": 1372687506
        },
        {
            "start": 1372687507,
            "stop": 1372689530
        },
        {
            "start": 1372689532,
            "stop": 1372691591
        },
        {
            "start": 1372691593,
            "stop": 1372693770
        },
        {
            "start": 1372693772,
            "stop": 1372696024
        },
        {
            "start": 1372696026,
            "stop": 1372698259
        },
        {
            "start": 1372698260,
            "stop": 1372699877
        }
    ]
}