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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3096",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3097,
    "results": [
        {
            "start": 866603700,
            "stop": 866603719
        },
        {
            "start": 866603738,
            "stop": 866603742
        },
        {
            "start": 866603743,
            "stop": 866603745
        },
        {
            "start": 866603746,
            "stop": 866603748
        },
        {
            "start": 866603757,
            "stop": 866603760
        },
        {
            "start": 866604481,
            "stop": 866604492
        },
        {
            "start": 866604497,
            "stop": 866604521
        },
        {
            "start": 866604525,
            "stop": 866604554
        },
        {
            "start": 866604557,
            "stop": 866604584
        },
        {
            "start": 866604587,
            "stop": 866604720
        },
        {
            "start": 866606949,
            "stop": 866607180
        },
        {
            "start": 866607240,
            "stop": 866608080
        },
        {
            "start": 866608140,
            "stop": 866608335
        },
        {
            "start": 866608339,
            "stop": 866608678
        },
        {
            "start": 866608682,
            "stop": 866608713
        },
        {
            "start": 866608716,
            "stop": 866608741
        },
        {
            "start": 866608744,
            "stop": 866608807
        },
        {
            "start": 866608812,
            "stop": 866608921
        },
        {
            "start": 866608924,
            "stop": 866609118
        },
        {
            "start": 866609122,
            "stop": 866609164
        }
    ]
}