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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 74,
    "results": [
        {
            "start": 931503656,
            "stop": 931503658
        },
        {
            "start": 931503661,
            "stop": 931503667
        },
        {
            "start": 931503672,
            "stop": 931503676
        },
        {
            "start": 931503679,
            "stop": 931503682
        },
        {
            "start": 931503685,
            "stop": 931503689
        },
        {
            "start": 931503693,
            "stop": 931503695
        },
        {
            "start": 931503702,
            "stop": 931503706
        },
        {
            "start": 931503708,
            "stop": 931503713
        },
        {
            "start": 931503716,
            "stop": 931503717
        },
        {
            "start": 931503722,
            "stop": 931503724
        },
        {
            "start": 931503728,
            "stop": 931503732
        },
        {
            "start": 931503744,
            "stop": 931503747
        },
        {
            "start": 931503750,
            "stop": 931503765
        },
        {
            "start": 931503772,
            "stop": 931503773
        },
        {
            "start": 931503778,
            "stop": 931503779
        },
        {
            "start": 931503784,
            "stop": 931503788
        },
        {
            "start": 931503791,
            "stop": 931503794
        },
        {
            "start": 931503802,
            "stop": 931503806
        },
        {
            "start": 931503810,
            "stop": 931503811
        },
        {
            "start": 931503815,
            "stop": 931503821
        }
    ]
}