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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=370",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 371,
    "results": [
        {
            "start": 939636383,
            "stop": 939636468
        },
        {
            "start": 939636471,
            "stop": 939636475
        },
        {
            "start": 939636478,
            "stop": 939636534
        },
        {
            "start": 939636537,
            "stop": 939636583
        },
        {
            "start": 939636586,
            "stop": 939636714
        },
        {
            "start": 939636717,
            "stop": 939636741
        },
        {
            "start": 939636746,
            "stop": 939636779
        },
        {
            "start": 939636782,
            "stop": 939636816
        },
        {
            "start": 939636819,
            "stop": 939636822
        },
        {
            "start": 939636825,
            "stop": 939636862
        },
        {
            "start": 939636865,
            "stop": 939636935
        },
        {
            "start": 939636938,
            "stop": 939637005
        },
        {
            "start": 939637008,
            "stop": 939637076
        },
        {
            "start": 939637079,
            "stop": 939637093
        },
        {
            "start": 939637096,
            "stop": 939637132
        },
        {
            "start": 939637135,
            "stop": 939637173
        },
        {
            "start": 939637176,
            "stop": 939637197
        },
        {
            "start": 939637200,
            "stop": 939637335
        },
        {
            "start": 939637338,
            "stop": 939637371
        },
        {
            "start": 939637374,
            "stop": 939637375
        }
    ]
}