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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10047",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10048,
    "results": [
        {
            "start": 872719259,
            "stop": 872720528
        },
        {
            "start": 872720729,
            "stop": 872721006
        },
        {
            "start": 872721264,
            "stop": 872721659
        },
        {
            "start": 872721677,
            "stop": 872722140
        },
        {
            "start": 872722406,
            "stop": 872722762
        },
        {
            "start": 872722928,
            "stop": 872722994
        },
        {
            "start": 872723152,
            "stop": 872724220
        },
        {
            "start": 872724227,
            "stop": 872724371
        },
        {
            "start": 872724388,
            "stop": 872725320
        },
        {
            "start": 872725338,
            "stop": 872725680
        },
        {
            "start": 872726700,
            "stop": 872727178
        },
        {
            "start": 872730104,
            "stop": 872730126
        },
        {
            "start": 872730160,
            "stop": 872731251
        },
        {
            "start": 872747917,
            "stop": 872748000
        },
        {
            "start": 872748083,
            "stop": 872748706
        },
        {
            "start": 872748723,
            "stop": 872749660
        },
        {
            "start": 872749798,
            "stop": 872750270
        },
        {
            "start": 872750287,
            "stop": 872752512
        },
        {
            "start": 872752529,
            "stop": 872753596
        },
        {
            "start": 872753613,
            "stop": 872754720
        }
    ]
}