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=4551
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=4552",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4550",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4551,
    "results": [
        {
            "start": 968762643,
            "stop": 968762646
        },
        {
            "start": 968762651,
            "stop": 968762652
        },
        {
            "start": 968762655,
            "stop": 968762659
        },
        {
            "start": 968762662,
            "stop": 968762665
        },
        {
            "start": 968762667,
            "stop": 968762676
        },
        {
            "start": 968762677,
            "stop": 968762697
        },
        {
            "start": 968762698,
            "stop": 968762709
        },
        {
            "start": 968762713,
            "stop": 968762717
        },
        {
            "start": 968762718,
            "stop": 968762733
        },
        {
            "start": 968762734,
            "stop": 968762790
        },
        {
            "start": 968762793,
            "stop": 968762802
        },
        {
            "start": 968762805,
            "stop": 968762813
        },
        {
            "start": 968762816,
            "stop": 968762836
        },
        {
            "start": 968762837,
            "stop": 968762895
        },
        {
            "start": 968762898,
            "stop": 968763009
        },
        {
            "start": 968763012,
            "stop": 968763038
        },
        {
            "start": 968763098,
            "stop": 968763106
        },
        {
            "start": 968763109,
            "stop": 968763232
        },
        {
            "start": 968763235,
            "stop": 968763337
        },
        {
            "start": 968763340,
            "stop": 968763360
        }
    ]
}