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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4815",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4813",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4814,
    "results": [
        {
            "start": 970960298,
            "stop": 970960334
        },
        {
            "start": 970960337,
            "stop": 970960418
        },
        {
            "start": 970960478,
            "stop": 970961154
        },
        {
            "start": 970961157,
            "stop": 970961398
        },
        {
            "start": 970961401,
            "stop": 970961467
        },
        {
            "start": 970961470,
            "stop": 970961481
        },
        {
            "start": 970961484,
            "stop": 970961527
        },
        {
            "start": 970961530,
            "stop": 970961536
        },
        {
            "start": 970961539,
            "stop": 970961546
        },
        {
            "start": 970961549,
            "stop": 970961550
        },
        {
            "start": 970961553,
            "stop": 970961577
        },
        {
            "start": 970961580,
            "stop": 970961618
        },
        {
            "start": 970961678,
            "stop": 970961689
        },
        {
            "start": 970970428,
            "stop": 970971055
        },
        {
            "start": 970971058,
            "stop": 970971363
        },
        {
            "start": 970973469,
            "stop": 970973574
        },
        {
            "start": 970973577,
            "stop": 970979078
        },
        {
            "start": 970979081,
            "stop": 970979401
        },
        {
            "start": 970979418,
            "stop": 970979613
        },
        {
            "start": 970979616,
            "stop": 970979762
        }
    ]
}