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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 148,
    "results": [
        {
            "start": 931594622,
            "stop": 931594653
        },
        {
            "start": 931594656,
            "stop": 931594661
        },
        {
            "start": 931594664,
            "stop": 931594665
        },
        {
            "start": 931594669,
            "stop": 931594684
        },
        {
            "start": 931594687,
            "stop": 931594693
        },
        {
            "start": 931594699,
            "stop": 931594700
        },
        {
            "start": 931594703,
            "stop": 931594722
        },
        {
            "start": 931594725,
            "stop": 931594726
        },
        {
            "start": 931594729,
            "stop": 931594739
        },
        {
            "start": 931594751,
            "stop": 931594765
        },
        {
            "start": 931594770,
            "stop": 931594776
        },
        {
            "start": 931594779,
            "stop": 931594802
        },
        {
            "start": 931594805,
            "stop": 931594807
        },
        {
            "start": 931594810,
            "stop": 931594819
        },
        {
            "start": 931594822,
            "stop": 931594833
        },
        {
            "start": 931594836,
            "stop": 931594851
        },
        {
            "start": 931594855,
            "stop": 931594860
        },
        {
            "start": 931594863,
            "stop": 931594864
        },
        {
            "start": 931594867,
            "stop": 931594882
        },
        {
            "start": 931594888,
            "stop": 931594889
        }
    ]
}