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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=146",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 147,
    "results": [
        {
            "start": 821538607,
            "stop": 821538611
        },
        {
            "start": 821538617,
            "stop": 821538619
        },
        {
            "start": 821538624,
            "stop": 821538625
        },
        {
            "start": 821538628,
            "stop": 821538677
        },
        {
            "start": 821538680,
            "stop": 821538687
        },
        {
            "start": 821538690,
            "stop": 821538701
        },
        {
            "start": 821538704,
            "stop": 821538706
        },
        {
            "start": 821538709,
            "stop": 821538710
        },
        {
            "start": 821538713,
            "stop": 821538729
        },
        {
            "start": 821538732,
            "stop": 821538736
        },
        {
            "start": 821538739,
            "stop": 821538748
        },
        {
            "start": 821538751,
            "stop": 821538760
        },
        {
            "start": 821538763,
            "stop": 821538768
        },
        {
            "start": 821538771,
            "stop": 821538775
        },
        {
            "start": 821538778,
            "stop": 821538789
        },
        {
            "start": 821538792,
            "stop": 821538804
        },
        {
            "start": 821538807,
            "stop": 821538816
        },
        {
            "start": 821538819,
            "stop": 821538822
        },
        {
            "start": 821538826,
            "stop": 821538831
        },
        {
            "start": 821538834,
            "stop": 821538844
        }
    ]
}