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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=355",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 356,
    "results": [
        {
            "start": 823070959,
            "stop": 823070986
        },
        {
            "start": 823070989,
            "stop": 823071053
        },
        {
            "start": 823071057,
            "stop": 823071187
        },
        {
            "start": 823071190,
            "stop": 823071340
        },
        {
            "start": 823071343,
            "stop": 823071496
        },
        {
            "start": 823071499,
            "stop": 823071577
        },
        {
            "start": 823071580,
            "stop": 823071590
        },
        {
            "start": 823071594,
            "stop": 823071628
        },
        {
            "start": 823071631,
            "stop": 823071646
        },
        {
            "start": 823071650,
            "stop": 823071866
        },
        {
            "start": 823071870,
            "stop": 823071891
        },
        {
            "start": 823071894,
            "stop": 823071994
        },
        {
            "start": 823071998,
            "stop": 823072013
        },
        {
            "start": 823072017,
            "stop": 823072119
        },
        {
            "start": 823072122,
            "stop": 823072124
        },
        {
            "start": 823072127,
            "stop": 823072174
        },
        {
            "start": 823072178,
            "stop": 823072180
        },
        {
            "start": 823072183,
            "stop": 823072377
        },
        {
            "start": 823072380,
            "stop": 823072483
        },
        {
            "start": 823072486,
            "stop": 823072489
        }
    ]
}