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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=332",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 333,
    "results": [
        {
            "start": 1260371768,
            "stop": 1260372028
        },
        {
            "start": 1260372031,
            "stop": 1260372425
        },
        {
            "start": 1260372428,
            "stop": 1260373041
        },
        {
            "start": 1260373044,
            "stop": 1260373473
        },
        {
            "start": 1260373476,
            "stop": 1260374452
        },
        {
            "start": 1260374455,
            "stop": 1260374882
        },
        {
            "start": 1260374885,
            "stop": 1260375029
        },
        {
            "start": 1260375037,
            "stop": 1260375167
        },
        {
            "start": 1260375170,
            "stop": 1260375445
        },
        {
            "start": 1260375448,
            "stop": 1260375474
        },
        {
            "start": 1260375477,
            "stop": 1260376050
        },
        {
            "start": 1260376053,
            "stop": 1260376062
        },
        {
            "start": 1260376065,
            "stop": 1260376097
        },
        {
            "start": 1260376100,
            "stop": 1260376148
        },
        {
            "start": 1260376151,
            "stop": 1260376164
        },
        {
            "start": 1260376167,
            "stop": 1260376348
        },
        {
            "start": 1260376351,
            "stop": 1260376861
        },
        {
            "start": 1260376900,
            "stop": 1260377432
        },
        {
            "start": 1260377435,
            "stop": 1260377443
        },
        {
            "start": 1260377446,
            "stop": 1260377479
        }
    ]
}