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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=128",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 129,
    "results": [
        {
            "start": 821516679,
            "stop": 821516731
        },
        {
            "start": 821516734,
            "stop": 821516738
        },
        {
            "start": 821516741,
            "stop": 821516743
        },
        {
            "start": 821516746,
            "stop": 821516752
        },
        {
            "start": 821516755,
            "stop": 821516810
        },
        {
            "start": 821516813,
            "stop": 821516886
        },
        {
            "start": 821516889,
            "stop": 821517161
        },
        {
            "start": 821517164,
            "stop": 821517319
        },
        {
            "start": 821517322,
            "stop": 821517515
        },
        {
            "start": 821517518,
            "stop": 821517564
        },
        {
            "start": 821517567,
            "stop": 821517631
        },
        {
            "start": 821517634,
            "stop": 821517674
        },
        {
            "start": 821517677,
            "stop": 821517834
        },
        {
            "start": 821517837,
            "stop": 821518022
        },
        {
            "start": 821518025,
            "stop": 821518196
        },
        {
            "start": 821518200,
            "stop": 821518267
        },
        {
            "start": 821518272,
            "stop": 821518311
        },
        {
            "start": 821518314,
            "stop": 821518379
        },
        {
            "start": 821518382,
            "stop": 821518392
        },
        {
            "start": 821518395,
            "stop": 821518438
        }
    ]
}