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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=164",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 165,
    "results": [
        {
            "start": 833481420,
            "stop": 833483464
        },
        {
            "start": 833483469,
            "stop": 833483658
        },
        {
            "start": 833483662,
            "stop": 833483668
        },
        {
            "start": 833483671,
            "stop": 833483857
        },
        {
            "start": 833483861,
            "stop": 833485235
        },
        {
            "start": 833485238,
            "stop": 833485283
        },
        {
            "start": 833485296,
            "stop": 833485389
        },
        {
            "start": 833485393,
            "stop": 833485913
        },
        {
            "start": 833485917,
            "stop": 833490852
        },
        {
            "start": 833490861,
            "stop": 833491504
        },
        {
            "start": 833491518,
            "stop": 833501003
        },
        {
            "start": 833501055,
            "stop": 833575048
        },
        {
            "start": 833575172,
            "stop": 833576833
        },
        {
            "start": 833577952,
            "stop": 833578437
        },
        {
            "start": 833579601,
            "stop": 833580673
        },
        {
            "start": 833581774,
            "stop": 833641244
        },
        {
            "start": 833663350,
            "stop": 833663471
        },
        {
            "start": 833664519,
            "stop": 833667858
        },
        {
            "start": 833668044,
            "stop": 833673673
        },
        {
            "start": 833673702,
            "stop": 833673703
        }
    ]
}