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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=155",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 156,
    "results": [
        {
            "start": 932858768,
            "stop": 932858844
        },
        {
            "start": 932858872,
            "stop": 932858877
        },
        {
            "start": 932858922,
            "stop": 932858930
        },
        {
            "start": 932858979,
            "stop": 932859075
        },
        {
            "start": 932859080,
            "stop": 932859091
        },
        {
            "start": 932859111,
            "stop": 932859117
        },
        {
            "start": 932859135,
            "stop": 932859155
        },
        {
            "start": 932859174,
            "stop": 932859177
        },
        {
            "start": 932859198,
            "stop": 932859217
        },
        {
            "start": 932859236,
            "stop": 932859319
        },
        {
            "start": 932859343,
            "stop": 932859360
        },
        {
            "start": 932859379,
            "stop": 932859421
        },
        {
            "start": 932859422,
            "stop": 932859440
        },
        {
            "start": 932859486,
            "stop": 932859503
        },
        {
            "start": 932859526,
            "stop": 932859607
        },
        {
            "start": 932859612,
            "stop": 932859916
        },
        {
            "start": 932859917,
            "stop": 932859977
        },
        {
            "start": 932859978,
            "stop": 932861345
        },
        {
            "start": 932882211,
            "stop": 932882213
        },
        {
            "start": 932884342,
            "stop": 932884362
        }
    ]
}