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=4654
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=4655",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4653",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4654,
    "results": [
        {
            "start": 969624061,
            "stop": 969624086
        },
        {
            "start": 969624091,
            "stop": 969624135
        },
        {
            "start": 969624138,
            "stop": 969624218
        },
        {
            "start": 969624338,
            "stop": 969624351
        },
        {
            "start": 969624354,
            "stop": 969624375
        },
        {
            "start": 969624378,
            "stop": 969624393
        },
        {
            "start": 969624396,
            "stop": 969624484
        },
        {
            "start": 969624487,
            "stop": 969624506
        },
        {
            "start": 969624509,
            "stop": 969624660
        },
        {
            "start": 969624663,
            "stop": 969624704
        },
        {
            "start": 969624707,
            "stop": 969624765
        },
        {
            "start": 969624768,
            "stop": 969624872
        },
        {
            "start": 969624875,
            "stop": 969624878
        },
        {
            "start": 969625538,
            "stop": 969625598
        },
        {
            "start": 969625658,
            "stop": 969625698
        },
        {
            "start": 969625701,
            "stop": 969625718
        },
        {
            "start": 969625838,
            "stop": 969625874
        },
        {
            "start": 969625880,
            "stop": 969625898
        },
        {
            "start": 969626078,
            "stop": 969626092
        },
        {
            "start": 969626097,
            "stop": 969626105
        }
    ]
}